summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorThomas Vigouroux <tomvig38@gmail.com>2021-01-14 13:39:44 +0100
committerThomas Vigouroux <tomvig38@gmail.com>2021-01-14 14:03:34 +0100
commit2ccb45ea5e01e3d495609f26dbb8af8bb95f02a8 (patch)
tree4284a750d37519a6ba3126f051000091962d1dc0 /.github/workflows
parente4f8e4147c32fe6b1dfd77ad15d49888738b3616 (diff)
fix(ci): only track lockfile.json when updating parsers
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-parsers-pr.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml
index 790653fe..ce590bc7 100644
--- a/.github/workflows/update-parsers-pr.yml
+++ b/.github/workflows/update-parsers-pr.yml
@@ -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: