mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(ci): correctly set user and email
This commit is contained in:
parent
2ccb45ea5e
commit
c51caf273a
1 changed files with 3 additions and 0 deletions
3
.github/workflows/update-parsers-pr.yml
vendored
3
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue