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:
118118 description : ' --skip-deployments-check'
119119 skip_deployments_check :
120120 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
121126 verbose :
122127 description : ' Verbose output'
123128 required : false
@@ -152,5 +157,6 @@ runs:
152157 ' ${{ inputs.max_definitions_cmd }}' , '${{ inputs.max_definitions }}',
153158 ' ${{ inputs.run_task_cmd }}' , '${{ inputs.run_task }}',
154159 ' ${{ inputs.wait_for_success_cmd }}' , '${{ inputs.wait_for_success }}',
160+ ' ${{ inputs.copy_task_definition_tags_cmd }}' , '${{ inputs.copy_task_definition_tags }}',
155161 ' ${{ inputs.skip_deployments_check_cmd }}' , '${{ inputs.skip_deployments_check }}'
156162 ]
You can’t perform that action at this time.
0 commit comments