From c51caf273ae60a57765ec6af8c51b2b589c533e6 Mon Sep 17 00:00:00 2001 From: Thomas Vigouroux Date: Thu, 14 Jan 2021 14:16:47 +0100 Subject: fix(ci): correctly set user and email --- .github/workflows/update-parsers-pr.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.github') 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 -- cgit v1.2.3