diff --git a/action.yml b/action.yml index fdb738d..1a94a20 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,4 @@ -name: 'ecs-deploy' +name: 'ecs-cd' description: 'Deploy docker image to ECS' inputs: ecr-repo: @@ -78,4 +78,4 @@ runs: task-definition: ${{ steps.task-def.outputs.task-definition }} service: ${{ inputs.ecs-service }} cluster: ${{ inputs.ecs-cluster }} - wait-for-service-stability: false \ No newline at end of file + wait-for-service-stability: false