fix(ci): only track lockfile.json when updating parsers

This commit is contained in:
Thomas Vigouroux
2021-01-14 13:39:44 +01:00
parent e4f8e4147c
commit 2ccb45ea5e

View File

@@ -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: