ci: adjust flake update PR and commit messages (#1103)
Co-authored-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
parent
84f0afbefa
commit
2528e00e7c
1 changed files with 5 additions and 4 deletions
9
.github/workflows/update-flake.yml
vendored
9
.github/workflows/update-flake.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue