ci: adjust flake update PR and commit messages (#1103)

Co-authored-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
awwpotato 2025-04-05 14:03:31 -07:00 committed by GitHub
parent 84f0afbefa
commit 2528e00e7c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -27,13 +27,14 @@ jobs:
- uses: DeterminateSystems/update-flake-lock@v24
with:
token: ${{ steps.generate-token.outputs.token }}
commit-msg: "stylix: update all flake inputs"
pr-title: "stylix: update all flake inputs"
pr-labels: dependencies
# yamllint disable rule:line-length
pr-body: |
Automated changes by the
[update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock)
GitHub Action.
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
```
${{ env.GIT_COMMIT_MESSAGE }}
{{ env.GIT_COMMIT_MESSAGE }}
```
# yamllint enable rule:line-length