mirror of
https://github.com/Anuken/Mindustry.git
synced 2025-01-24 09:56:32 +07:00
I do not know bash
This commit is contained in:
parent
261ad5dae5
commit
2d5e9118a5
3
.github/workflows/push.yml
vendored
3
.github/workflows/push.yml
vendored
@ -26,8 +26,7 @@ jobs:
|
||||
run: |
|
||||
./gradlew updateBundles
|
||||
|
||||
git diff --exit-code
|
||||
if [ $? ]; then
|
||||
if [ -n "$(git status --porcelain)" ]; then
|
||||
git add core/assets/bundles/*
|
||||
git commit -m "Automatic bundle update"
|
||||
git push
|
||||
|
Loading…
Reference in New Issue
Block a user