Skip to content

Commit

Permalink
Merge pull request #279 from silinternational/develop
Browse files Browse the repository at this point in the history
Release 3.10.11
  • Loading branch information
briskt authored Jun 15, 2023
2 parents fafbacf + 5a6ee2f commit a5f4c46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}'
]
2 changes: 1 addition & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a5f4c46

Please sign in to comment.