Compare commits

...

5 Commits

Author SHA1 Message Date
Buckaroo Banzai 5bcc557edb
also run on push 2022-09-02 06:46:22 +02:00
Buckaroo Banzai 189add4dd0
add new repos to workflow 2022-09-02 06:44:14 +02:00
Olivier Dragon 21700ff37c Add two more repos from notabug
https://notabug.org/TenPlus1/pie
https://notabug.org/TenPlus1/pbj_pup
2022-09-02 06:42:20 +02:00
BuckarooBanzay f46fad04b0 job names 2022-08-02 10:04:50 +02:00
BuckarooBanzay d8af4d7db7 update wuzzy's mods 2022-08-02 10:01:40 +02:00
4 changed files with 45 additions and 40 deletions

View File

@ -12,6 +12,30 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: 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: hbarmor
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: hudbars
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:

View File

@ -3,6 +3,9 @@ name: notabug-org
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- master
jobs:
build:
@ -12,6 +15,22 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: pbj_pup
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/pbj_pup.git
github_repo: pbj_pup.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: pie
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/pie.git
github_repo: pie.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: bonemeal
run: ./mirror.sh
env:

View File

@ -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 }}

View File

@ -28,13 +28,12 @@ Mirrored repositories from unreliable git-hostings
* https://github.com/minetest-mirrors/mobs_water
* https://github.com/minetest-mirrors/mob_horse
* https://github.com/minetest-mirrors/mobs_animal
* https://github.com/minetest-mirrors/pie
* https://github.com/minetest-mirrors/pbj_pup
## 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