diff --git a/.github/workflows/UpdateMoose.yml b/.github/workflows/UpdateMoose.yml index b1c999e5cb..7cb76b3f24 100644 --- a/.github/workflows/UpdateMoose.yml +++ b/.github/workflows/UpdateMoose.yml @@ -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