summaryrefslogtreecommitdiffstats
path: root/.github/workflows/update-sh.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/update-sh.yml')
-rw-r--r--.github/workflows/update-sh.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-sh.yml b/.github/workflows/update-sh.yml
index 24551a23..2a675f15 100644
--- a/.github/workflows/update-sh.yml
+++ b/.github/workflows/update-sh.yml
@@ -20,7 +20,7 @@ jobs:
git config --local user.email "workflow@github.com"
git config --local user.name "GitHub Workflow"
git add ./*
- git commit -m "Runs update.sh"
+ git commit -m "Runs update.sh" || echo "Nothing to update"
- name: Push changes
uses: ad-m/github-push-action@master
with: