Skip to content

Commit

Permalink
Merge pull request #285 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 3.11.0 - Support copying of tags in Github Action
  • Loading branch information
briskt authored Oct 18, 2023
2 parents b2cd7da + 08d23d0 commit ee8ee24
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,11 @@ inputs:
description: '--skip-deployments-check'
skip_deployments_check:
description: 'Skip deployments check for services that take too long to drain old tasks'
copy_task_definition_tags_cmd:
description: '--copy-task-definition-tags'
copy_task_definition_tags:
description: 'Copy the existing task definition tags to the new task definition revision'
required: false
verbose:
description: 'Verbose output'
required: false
Expand Down Expand Up @@ -152,5 +157,6 @@ runs:
'${{ inputs.max_definitions_cmd }}', '${{ inputs.max_definitions }}',
'${{ inputs.run_task_cmd }}', '${{ inputs.run_task }}',
'${{ inputs.wait_for_success_cmd }}', '${{ inputs.wait_for_success }}',
'${{ inputs.copy_task_definition_tags_cmd }}', '${{ inputs.copy_task_definition_tags }}',
'${{ inputs.skip_deployments_check_cmd }}', '${{ inputs.skip_deployments_check }}'
]

0 comments on commit ee8ee24

Please sign in to comment.