We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd9fbba commit 44f6317Copy full SHA for 44f6317
README.md
@@ -6,7 +6,7 @@ Registers an Amazon ECS task definition and deploys it to an ECS service.
6
7
```yaml
8
- name: Deploy to Amazon ECS
9
- uses: aws/amazon-ecs-deploy-task-definition-for-github-actions
+ uses: aws/amazon-ecs-deploy-task-definition-for-github-actions@master
10
with:
11
task-definition: task-definition.json
12
service: my-service
0 commit comments