why does this suddenly not work

This commit is contained in:
Anuken 2024-01-14 12:52:45 -05:00
parent 14854ae0a2
commit 8a5ccb3acf

View file

@ -33,6 +33,8 @@ jobs:
./gradlew updateBundles
if [ -n "$(git status --porcelain)" ]; then
git config --global user.name "Github Actions"
git config --global user.email "cli@github.com"
git add core/assets/bundles/*
git commit -m "Automatic bundle update"
git push