mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
fix(ci): only track lockfile.json when updating parsers
This commit is contained in:
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
|
||||
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
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user