aboutsummaryrefslogtreecommitdiffstats
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
parentfix(ci): only track lockfile.json when updating parsers (diff)
downloadnvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.tar
nvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.tar.gz
nvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.tar.bz2
nvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.tar.lz
nvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.tar.xz
nvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.tar.zst
nvim-treesitter-c51caf273ae60a57765ec6af8c51b2b589c533e6.zip
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 ce590bc7d..3f4a3739a 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