add more notabug repos / update daily instead of hourly

master
BuckarooBanzay 2022-05-31 19:05:54 +02:00
parent ec9d4afb78
commit 83622e8c07
6 changed files with 32 additions and 5 deletions

View File

@ -2,7 +2,7 @@ name: cheapiesystems-com
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 0 * * *'
jobs: jobs:
build: build:

View File

@ -2,7 +2,7 @@ name: codeberg-org
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 0 * * *'
jobs: jobs:
build: build:

View File

@ -2,7 +2,7 @@ name: git-bananach-space
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 0 * * *'
jobs: jobs:
build: build:

View File

@ -2,7 +2,7 @@ name: notabug-org
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 0 * * *'
jobs: jobs:
build: build:
@ -36,6 +36,30 @@ jobs:
branch: master branch: master
access_token: ${{ secrets.ACCESS_TOKEN }} access_token: ${{ secrets.ACCESS_TOKEN }}
- name: mobs_monster
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/mobs_monster.git
github_repo: mobs_monster.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: mobs_water
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/mobs_water.git
github_repo: mobs_water.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: mob_horse
run: ./mirror.sh
env:
source_repo: https://notabug.org/TenPlus1/mob_horse.git
github_repo: mob_horse.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}
- name: ambience - name: ambience
run: ./mirror.sh run: ./mirror.sh
env: env:

View File

@ -2,7 +2,7 @@ name: repo-or-cz
on: on:
schedule: schedule:
- cron: '0 * * * *' - cron: '0 0 * * *'
jobs: jobs:
build: build:

View File

@ -24,6 +24,9 @@ Mirrored repositories from unreliable git-hostings
* https://github.com/minetest-mirrors/wine * https://github.com/minetest-mirrors/wine
* https://github.com/minetest-mirrors/falling_item * https://github.com/minetest-mirrors/falling_item
* https://github.com/minetest-mirrors/mobs_redo * https://github.com/minetest-mirrors/mobs_redo
* https://github.com/minetest-mirrors/mobs_monster
* 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/mobs_animal
## codeberg.org ![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/codeberg-org/badge.svg) ## codeberg.org ![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/codeberg-org/badge.svg)