summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <[email protected]>2023-09-07 17:40:51 -0400
committerseth <[email protected]>2023-09-07 17:40:51 -0400
commit30b4700d3b838c9f0fecad860aca6b0ec374a747 (patch)
tree09a39c0dc01775553a9e119daa2a4c725adbb9a4 /.github/workflows
parent6afc5de9094f48d0f4b0be9bce978e1f9951e057 (diff)
flake: use cool module arguments
Diffstat (limited to '.github/workflows')
-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 }}