We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da90e4c commit 5ed772dCopy full SHA for 5ed772d
1 file changed
.github/actions/task-processor-deploy-ecs/action.yml
@@ -63,7 +63,7 @@ runs:
63
--services ${{ inputs.aws_ecs_service_name }} \
64
--query 'services[0].deployments[?status==`PRIMARY`].taskDefinition' \
65
--output text)
66
- if [[ "RUNNING_TASK_DEF" == "$EXPECTED_TASK_DEF" && ]]; then
+ if [[ "$RUNNING_TASK_DEF" == "$EXPECTED_TASK_DEF" && ]]; then
67
exit 0
68
else
69
echo "Task definition mismatch detected"
0 commit comments