From 1afc29342bb74661b6096e51dc36944b439d0b97 Mon Sep 17 00:00:00 2001 From: Frank Date: Tue, 11 Oct 2022 22:18:43 +0200 Subject: [PATCH] Update UpdateMoose.yml --- .github/workflows/UpdateMoose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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