From ca089aadb68dd403ecb4c371994b0a5d40d3778b Mon Sep 17 00:00:00 2001 From: seth Date: Fri, 23 Jun 2023 22:26:32 -0400 Subject: fix(actions): use correct commit message for update-flake --- .github/workflows/update-flake.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-flake.yaml b/.github/workflows/update-flake.yaml index 6133799..04178d7 100644 --- a/.github/workflows/update-flake.yaml +++ b/.github/workflows/update-flake.yaml @@ -25,5 +25,5 @@ jobs: - uses: DeterminateSystems/update-flake-lock@v19 with: - commit-msg: "chore(flake): update inputs" - pr-title: "chore(flake): update inputs" + commit-msg: "deps(flake): update inputs" + pr-title: "deps(flake): update inputs" -- cgit v1.2.3