diff options
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/update-flake.yaml | 4 |
1 files 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" |
