diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 9fcc6bc..5fe6b83 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -22,8 +22,9 @@ jobs: uses: peter-evans/create-pull-request@v7 with: title: "ci: update lockfile as of ${{ steps.datetime.outputs.DATETIME }}" + delete-branch: true branch: update-npins-lockfile body: "" - commit_message: | + commit-message: | npins: update lockfile as of ${{ steps.datetime.outputs.DATETIME }} labels: npins-update