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