File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,9 @@ inputs:
53
53
helm-version :
54
54
description : Helm Version to install
55
55
default : 3.9.4
56
+ title :
57
+ description : Custom title for the pull request. If not provided, defaults to "Deployment to {environment}"
58
+ required : false
56
59
runs :
57
60
using : composite
58
61
steps :
@@ -198,7 +201,7 @@ runs:
198
201
uses : peter-evans/create-pull-request@v6
199
202
if : ${{ inputs.dry-run == 'false' && env.DEPLOY_METHOD == 'pull-request' && steps.diff.outputs.diff-bytes > 0 }}
200
203
with :
201
- title : Deployment to ${{ inputs.environment }}
204
+ title : ${{ inputs.title || format(' Deployment to {0}', inputs.environment) }}
202
205
body : ${{ steps.commit-message.outputs.commit-message }}
203
206
base : ${{ env.ENV_BRANCH }}
204
207
branch : ${{ env.PUSH_BRANCH }}
You can’t perform that action at this time.
0 commit comments