diff options
| author | seth <[email protected]> | 2023-06-23 22:26:32 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-06-24 13:23:35 -0400 |
| commit | ca089aadb68dd403ecb4c371994b0a5d40d3778b (patch) | |
| tree | 536d98bd5bdbed66a7316bc171355687534f14ff | |
| parent | 62c607da97610f2cccbba2aec34459c9a5b4aef5 (diff) | |
fix(actions): use correct commit message for update-flake
| -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" |
