diff options
| -rw-r--r-- | .github/workflows/update-parsers-pr.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/update-parsers-pr.yml b/.github/workflows/update-parsers-pr.yml index 790653fe9..ce590bc7d 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: |
