We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 862c45d commit fc13b45Copy full SHA for fc13b45
.github/workflows/reusable-update-flake-lock.yml
@@ -64,7 +64,7 @@ jobs:
64
uses: peter-evans/create-pull-request@v7
65
with:
66
token: ${{ steps.generate-token.outputs.token }}
67
- title: 'Update Nix Flake lockfile'
+ title: ${{ inputs.flake-input == '' && 'Update Nix Flake lockfile' || format('Update {0} Flake input' , inputs.flake-input) }}
68
body-path: commit_msg_body.txt
69
branch: 'create-pull-request/update-flake-lockfile'
70
delete-branch: true
0 commit comments