summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-01-14 14:16:47 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2021-01-14 14:20:52 +0100
commitc51caf273ae60a57765ec6af8c51b2b589c533e6 (patch)
treef3e3346a250053d4e259842427b9d412413d91d3 /.github
parent2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8 (diff)
fix(ci): correctly set user and email
Diffstat (limited to '.github')
-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