summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/update-parsers-pr.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index ce590bc7..3f4a3739 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -37,8 +37,11 @@ jobs:
- name: Commit changes
run: |
+ git config user.name "GitHub"
+ git config user.email "noreply@github.com"
git add lockfile.json
git commit -m "Update lockfile.json"
+ git clean -xf
- name: Create Pull Request
uses: peter-evans/create-pull-request@v3