mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
fix(ci): only track lockfile.json when updating parsers
This commit is contained in:
parent
e4f8e4147c
commit
2ccb45ea5e
1 changed files with 5 additions and 0 deletions
5
.github/workflows/update-parsers-pr.yml
vendored
5
.github/workflows/update-parsers-pr.yml
vendored
|
|
@ -35,6 +35,11 @@ jobs:
|
||||||
cp lockfile.json /tmp/lockfile.json
|
cp lockfile.json /tmp/lockfile.json
|
||||||
cat /tmp/lockfile.json | /tmp/jq --sort-keys > lockfile.json
|
cat /tmp/lockfile.json | /tmp/jq --sort-keys > lockfile.json
|
||||||
|
|
||||||
|
- name: Commit changes
|
||||||
|
run: |
|
||||||
|
git add lockfile.json
|
||||||
|
git commit -m "Update lockfile.json"
|
||||||
|
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue