diff --git a/.github/workflows/codeberg-org.yml b/.github/workflows/codeberg-org.yml index e4ea9d0..61747ae 100644 --- a/.github/workflows/codeberg-org.yml +++ b/.github/workflows/codeberg-org.yml @@ -12,6 +12,30 @@ jobs: steps: - uses: actions/checkout@v3 + - name: minetest_easyvend + run: ./mirror.sh + env: + source_repo: https://codeberg.org/Wuzzy/minetest_easyvend.git + github_repo: easyvend.git + branch: master + access_token: ${{ secrets.ACCESS_TOKEN }} + + - name: mirror + run: ./mirror.sh + env: + source_repo: https://codeberg.org/Wuzzy/minetest_hbarmor.git + github_repo: hbarmor.git + branch: master + access_token: ${{ secrets.ACCESS_TOKEN }} + + - name: mirror + run: ./mirror.sh + env: + source_repo: https://codeberg.org/Wuzzy/minetest_hudbars.git + github_repo: hudbars.git + branch: master + access_token: ${{ secrets.ACCESS_TOKEN }} + - name: hidden_doors run: ./mirror.sh env: diff --git a/.github/workflows/repo-or-cz.yml b/.github/workflows/repo-or-cz.yml deleted file mode 100644 index ed93ae1..0000000 --- a/.github/workflows/repo-or-cz.yml +++ /dev/null @@ -1,37 +0,0 @@ -name: repo-or-cz - -on: - schedule: - - cron: '0 0 * * *' - -jobs: - build: - - runs-on: ubuntu-latest - - steps: - - uses: actions/checkout@v3 - - - name: minetest_easyvend - run: ./mirror.sh - env: - source_repo: https://repo.or.cz/minetest_easyvend.git - github_repo: easyvend.git - branch: master - access_token: ${{ secrets.ACCESS_TOKEN }} - - - name: mirror - run: ./mirror.sh - env: - source_repo: https://repo.or.cz/minetest_hbarmor.git - github_repo: hbarmor.git - branch: master - access_token: ${{ secrets.ACCESS_TOKEN }} - - - name: mirror - run: ./mirror.sh - env: - source_repo: https://repo.or.cz/minetest_hudbars.git - github_repo: hudbars.git - branch: master - access_token: ${{ secrets.ACCESS_TOKEN }} diff --git a/readme.md b/readme.md index be7b84c..20e0430 100644 --- a/readme.md +++ b/readme.md @@ -32,9 +32,6 @@ Mirrored repositories from unreliable git-hostings ## codeberg.org ![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/codeberg-org/badge.svg) * https://github.com/minetest-mirrors/hidden_doors - -## repo.or.cz ![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/repo-or-cz/badge.svg) - * https://github.com/minetest-mirrors/easyvend * https://github.com/minetest-mirrors/hudbars * https://github.com/minetest-mirrors/hbarmor