From c934085b1667cdd04e67c1d10ca00e7cb3444690 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 15 Jan 2025 10:56:24 +0100 Subject: [PATCH] Update check_and_update_json_date.yml --- .github/workflows/check_and_update_json_date.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check_and_update_json_date.yml b/.github/workflows/check_and_update_json_date.yml index cd1e18417..872f13741 100644 --- a/.github/workflows/check_and_update_json_date.yml +++ b/.github/workflows/check_and_update_json_date.yml @@ -36,5 +36,5 @@ jobs: - name: Commit changes run: | git add *.json - git commit -m "Update date_created to $TODAY" + git commit -m "Update date_created to $TODAY" || echo "No changes to commit" git push origin ${{ github.head_ref }} # Push direkt in den PR-Branch