summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-parsers-pr.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 3f4a3739..88935c81 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -40,7 +40,7 @@ jobs:
git config user.name "GitHub"
git config user.email "noreply@github.com"
git add lockfile.json
- git commit -m "Update lockfile.json"
+ git commit -m "Update lockfile.json" || echo 'No commit necessary!'
git clean -xf
- name: Create Pull Request