Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
haedaal authored May 18, 2022
1 parent 74ed76c commit 6a79831
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
@@ -1,4 +1,4 @@
name: 'ecs-deploy'
name: 'ecs-cd'
description: 'Deploy docker image to ECS'
inputs:
ecr-repo:
Expand Down Expand Up @@ -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
wait-for-service-stability: false

0 comments on commit 6a79831

Please sign in to comment.