From 674abbb87541610654a3d61a82756c6fd1ad40c9 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Tue, 19 Nov 2024 10:24:42 +0800 Subject: [PATCH] ci: fix update-deps step... yet again --- .github/workflows/update-deps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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