diff options
Diffstat (limited to '.github/workflows/update-inputs.yaml')
| -rw-r--r-- | .github/workflows/update-inputs.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-inputs.yaml b/.github/workflows/update-inputs.yaml index 586c93c..8dc66c4 100644 --- a/.github/workflows/update-inputs.yaml +++ b/.github/workflows/update-inputs.yaml @@ -24,8 +24,8 @@ jobs: - name: update all inputs uses: DeterminateSystems/update-flake-lock@v19 with: - commit-msg: "chore: update all inputs" - pr-title: "chore: update all inputs" + commit-msg: "flake: update all inputs" + pr-title: "flake: update all inputs" pr-body: | Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action. |
