From 24b059da5b8a04912d42685c96596814ba6a744c Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Sun, 17 Nov 2024 17:32:12 +0800 Subject: [PATCH] ci: fix update deps step... again --- .github/workflows/update-deps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-deps.yml b/.github/workflows/update-deps.yml index 3789d4f..f2b5681 100644 --- a/.github/workflows/update-deps.yml +++ b/.github/workflows/update-deps.yml @@ -21,6 +21,8 @@ jobs: - name: Create pull request uses: peter-evans/create-pull-request@v7 with: - title: "ci: update lockfile as of ${{ steps.update-nix-deps.datetime.outputs.DATETIME }}" + title: "ci: update lockfile as of ${{ steps.datetime.outputs.DATETIME }}" body: "" + commit_message: | + npins: update lockfile as of ${{ steps.datetime.outputs.DATETIME }} labels: npins-update