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: |
|
run: |
|
||||||
./gradlew updateBundles
|
./gradlew updateBundles
|
||||||
|
|
||||||
git diff --exit-code
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
if [ $? ]; then
|
|
||||||
git add core/assets/bundles/*
|
git add core/assets/bundles/*
|
||||||
git commit -m "Automatic bundle update"
|
git commit -m "Automatic bundle update"
|
||||||
git push
|
git push
|
||||||
|
|||||||
Reference in New Issue
Block a user