diff --git a/.github/workflows/reusable-update-flake-lock.yml b/.github/workflows/reusable-update-flake-lock.yml index 9c11d81f..4d98585e 100644 --- a/.github/workflows/reusable-update-flake-lock.yml +++ b/.github/workflows/reusable-update-flake-lock.yml @@ -64,7 +64,7 @@ jobs: uses: peter-evans/create-pull-request@v7 with: token: ${{ steps.generate-token.outputs.token }} - title: 'Update Nix Flake lockfile' + title: ${{ inputs.flake-input == '' && 'Update Nix Flake lockfile' || format('Update {0} Flake input' , inputs.flake-input) }} body-path: commit_msg_body.txt branch: 'create-pull-request/update-flake-lockfile' delete-branch: true