summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-lock.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-lock.yaml b/.github/workflows/update-lock.yaml
index 6ab7eb7..ec3ccc4 100644
--- a/.github/workflows/update-lock.yaml
+++ b/.github/workflows/update-lock.yaml
@@ -21,6 +21,6 @@ jobs:
uses: DeterminateSystems/update-flake-lock@v20
id: update
with:
- commit-msg: "flake: update inputs"
- pr-title: "flake: update inputs"
+ commit-msg: "deps(flake): update inputs"
+ pr-title: "deps(flake): update inputs"
token: ${{ github.token }}