File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,11 @@ inputs:
118
118
description : ' --skip-deployments-check'
119
119
skip_deployments_check :
120
120
description : ' Skip deployments check for services that take too long to drain old tasks'
121
+ copy_task_definition_tags_cmd :
122
+ description : ' --copy-task-definition-tags'
123
+ copy_task_definition_tags :
124
+ description : ' Copy the existing task definition tags to the new task definition revision'
125
+ required : false
121
126
verbose :
122
127
description : ' Verbose output'
123
128
required : false
@@ -152,5 +157,6 @@ runs:
152
157
' ${{ inputs.max_definitions_cmd }}' , '${{ inputs.max_definitions }}',
153
158
' ${{ inputs.run_task_cmd }}' , '${{ inputs.run_task }}',
154
159
' ${{ inputs.wait_for_success_cmd }}' , '${{ inputs.wait_for_success }}',
160
+ ' ${{ inputs.copy_task_definition_tags_cmd }}' , '${{ inputs.copy_task_definition_tags }}',
155
161
' ${{ inputs.skip_deployments_check_cmd }}' , '${{ inputs.skip_deployments_check }}'
156
162
]
You can’t perform that action at this time.
0 commit comments