diff --git a/action.yml b/action.yml index eba244d..ea430dd 100644 --- a/action.yml +++ b/action.yml @@ -151,5 +151,6 @@ runs: '${{ inputs.use_latest_task_def_cmd }}', '${{ inputs.use_latest_task_def }}', '${{ inputs.max_definitions_cmd }}', '${{ inputs.max_definitions }}', '${{ inputs.run_task_cmd }}', '${{ inputs.run_task }}', - '${{ inputs.wait_for_success_cmd }}', '${{ inputs.wait_for_success }}' + '${{ inputs.wait_for_success_cmd }}', '${{ inputs.wait_for_success }}', + '${{ inputs.skip_deployments_check_cmd }}', '${{ inputs.skip_deployments_check }}' ] diff --git a/ecs-deploy b/ecs-deploy index 878af35..670da10 100755 --- a/ecs-deploy +++ b/ecs-deploy @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Setup default values for variables -VERSION="3.10.10" +VERSION="3.10.11" CLUSTER=false SERVICE=false TASK_DEFINITION=false