Update UpdateMoose.yml

This commit is contained in:
Frank 2022-10-11 22:18:43 +02:00
parent b8c29deb84
commit 1afc29342b

View File

@ -87,5 +87,5 @@ jobs:
git add *
git config --global user.name 'funkyfranky'
git config --global user.email 'frank@inter-zone.de'
git commit -am "Updated Moose.lua"
git commit -am "Updated Moose.lua" || echo "No changes to commit"
git push