Skip to content

Commit a6a00da

Browse files
committed
Create dist
1 parent 52ec1e6 commit a6a00da

File tree

2 files changed

+33175
-2
lines changed

2 files changed

+33175
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ Registers an Amazon ECS task definition and deploys it to an ECS service.
66

77
```yaml
88
- name: Deploy to Amazon ECS
9-
uses: aws/amazon-ecs-deploy-task-definition-for-github-actions@release
9+
uses: aws/amazon-ecs-deploy-task-definition-for-github-actions
1010
with:
1111
task-definition: task-definition.json
1212
service: my-service
1313
cluster: my-cluster
1414
wait-for-service-stability: true
1515
```
1616
17-
Note, the action can also be passed a `task-definition` generated dynamically via [the `aws/amazon-ecs-render-task-definition-for-github-actions` action](https://github.com/aws/amazon-ecs-render-task-definition-for-github-actions).
17+
The action can be passed a `task-definition` generated dynamically via [the `aws/amazon-ecs-render-task-definition-for-github-actions` action](https://github.com/aws/amazon-ecs-render-task-definition-for-github-actions).
1818

1919
## Credentials and Region
2020

0 commit comments

Comments
 (0)