Skip to content

Commit

Permalink
github: override body as github actions do work
Browse files Browse the repository at this point in the history
  • Loading branch information
ahayzen committed Apr 5, 2024
1 parent 8a654b8 commit fb7b829
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,10 @@ jobs:
- uses: DeterminateSystems/update-flake-lock@v21
with:
pr-title: "chore: update flake.lock"
pr-body: |
Automated changes by the [update-flake-lock](https://github.com/DeterminateSystems/update-flake-lock) GitHub Action.
```
{{ env.GIT_COMMIT_MESSAGE }}
```
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit fb7b829

Please sign in to comment.