This commit is contained in:
Anuken 2024-01-14 12:54:06 -05:00
parent 8a5ccb3acf
commit 292c08fe63

View file

@ -34,7 +34,6 @@ jobs:
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