Skip to content

Commit

Permalink
Merge pull request #253 from kevcube/fix-gha-deploy-rollback-force
Browse files Browse the repository at this point in the history
bug: github actions deploy fails if enable_rollback and force_new are not after -n, -d
  • Loading branch information
forevermatt authored May 6, 2022
2 parents f971e08 + 0973fc9 commit e8a47ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ runs:
args: [
'${{ inputs.aws_access_key_cmd }}', '${{ inputs.aws_access_key }}',
'${{ inputs.aws_secret_key_cmd }}', '${{ inputs.aws_secret_key }}',
'${{ inputs.enable_rollback_cmd }}', '${{ inputs.enable_rollback }}',
'${{ inputs.force_new_deployment_cmd }}', '${{ inputs.force_new_deployment }}',
'${{ inputs.region_cmd }}', '${{ inputs.region }}',
'${{ inputs.service_name_cmd }}', '${{ inputs.service_name }}',
'${{ inputs.task_definition_cmd }}', '${{ inputs.task_definition }}',
'${{ inputs.enable_rollback_cmd }}', '${{ inputs.enable_rollback }}',
'${{ inputs.force_new_deployment_cmd }}', '${{ inputs.force_new_deployment }}',
'${{ inputs.cluster_cmd }}', '${{ inputs.cluster }}',
'${{ inputs.image_cmd }}', '${{ inputs.image }}',
'${{ inputs.aws_assume_role_cmd }}', '${{ inputs.aws_assume_role }}',
Expand Down

0 comments on commit e8a47ea

Please sign in to comment.