Fixed push script
This commit is contained in:
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@@ -49,7 +49,7 @@ jobs:
|
|||||||
if [ -n "$(git status --porcelain)" ]; then
|
if [ -n "$(git status --porcelain)" ]; then
|
||||||
git config --global user.name "Github Actions"
|
git config --global user.name "Github Actions"
|
||||||
git config --global user.email "actions@github.com"
|
git config --global user.email "actions@github.com"
|
||||||
git add core/assets/bundles/*
|
git add core/assets/scripts/* core/src/mindustry/mod/ClassMap.java
|
||||||
git commit -m "Automatic class mapping update"
|
git commit -m "Automatic class mapping update"
|
||||||
git push
|
git push
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user