Skip to content

Commit

Permalink
chore(deps): keep commit msg body
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Sep 29, 2024
1 parent 4b9e549 commit 8bc4b0d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/update-nix-flakes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,10 @@ jobs:
token: ${{ steps.generate-token.outputs.token }}
commit-msg: "chore(deps): update `flake.lock`"
pr-title: "chore(deps): update `flake.lock`"
pr-body: Automated `flake.lock` updates.
pr-labels: dependencies,nix
pr-body: |
Automated `flake.lock` updates.
```
{{ env.GIT_COMMIT_MESSAGE }}
```

0 comments on commit 8bc4b0d

Please sign in to comment.