add playerfactions

master
BuckarooBanzay 2020-03-06 11:41:08 +01:00
parent 3f47f430fd
commit fe3e5b9168
2 changed files with 26 additions and 0 deletions

23
.github/workflows/playerfactions.yml vendored Normal file
View File

@ -0,0 +1,23 @@
name: playerfactions
on:
push:
branches: ['master']
schedule:
- cron: '0 * * * *'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: mirror
run: ./mirror.sh
env:
source_repo: https://git.leagueh.xyz/aldenp/playerfactions.git
github_repo: playerfactions.git
branch: master
access_token: ${{ secrets.ACCESS_TOKEN }}

View File

@ -12,6 +12,9 @@ Mirrored repositories from unreliable git-hostings
## notabug.org
![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/bonemeal/badge.svg)
## git.leagueh.xyz
![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/playerfactions/badge.svg)
## repo.or.cz
![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/easyvend/badge.svg)
![](https://github.com/minetest-mirrors/minetest-mirrors/workflows/hudbars/badge.svg)