Skip to content

Commit fc13b45

Browse files
galin-sPetarKirov
authored andcommitted
config(ci): Update title depending on flake input
1 parent 862c45d commit fc13b45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-update-flake-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
uses: peter-evans/create-pull-request@v7
6565
with:
6666
token: ${{ steps.generate-token.outputs.token }}
67-
title: 'Update Nix Flake lockfile'
67+
title: ${{ inputs.flake-input == '' && 'Update Nix Flake lockfile' || format('Update {0} Flake input' , inputs.flake-input) }}
6868
body-path: commit_msg_body.txt
6969
branch: 'create-pull-request/update-flake-lockfile'
7070
delete-branch: true

0 commit comments

Comments
 (0)