mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-05-28 17:06:34 +03:00
I do not know bash
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user