From cc2e3696360d4e4bbec6eb436ac60cd31e204e54 Mon Sep 17 00:00:00 2001 From: ajshastri Date: Thu, 21 Sep 2023 20:57:49 -0700 Subject: [PATCH] Fixed 14? --- .github/workflows/zulu-update.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/zulu-update.yaml b/.github/workflows/zulu-update.yaml index 0a4a723..00e5e45 100644 --- a/.github/workflows/zulu-update.yaml +++ b/.github/workflows/zulu-update.yaml @@ -23,6 +23,5 @@ jobs: run: | git config user.name github-actions git config user.email github-actions@github.com - git add . - git commit -m "$(date)" - git push + git commit -a -m "$(date)" && git push || echo "No changes" +