This commit is contained in:
tr7zw 2020-03-25 15:37:17 +01:00
parent 5fa4dc5f8d
commit 9e0d94fe8d
2 changed files with 2 additions and 11 deletions

View File

@ -2,7 +2,7 @@ name: Upstream
on:
schedule:
- cron: "*/60 */2 * * *"
- cron: "*/5 * * * *"
jobs:
update:
@ -25,16 +25,7 @@ jobs:
git status
git fetch
cd ..
./patchPaper.sh
cd Tuinity
./tuinity jar
cd $yapfaDir
./yapfa patch
./yapfa rb
./yapfa patch
./yapfa build
./yapfa paperclip
git add $(git rev-parse --show-toplevel)
git commit -a -m Update upstream
- name: Create Pull Request
uses: peter-evans/create-pull-request@v2
with: