mirror of
https://github.com/YatopiaMC/Yatopia.git
synced 2025-02-04 06:21:41 +01:00
testing
This commit is contained in:
parent
5fa4dc5f8d
commit
9e0d94fe8d
13
.github/workflows/upstream.yml
vendored
13
.github/workflows/upstream.yml
vendored
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user