From 0973fc9e31469ced430f5276b8dcc8be3c1ed65c Mon Sep 17 00:00:00 2001 From: Kevin Mahoney Date: Thu, 5 May 2022 09:06:46 -0600 Subject: [PATCH] bug: github actions deploy fails if enable_rollback and force_new are not after -n, -d --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 22f26f8..4b3bce6 100644 --- a/action.yml +++ b/action.yml @@ -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 }}',