Skip to content

Commit 370e865

Browse files
author
Sebastian Stephan
committed
use proper versioned syntax for public action in readme
1 parent 458c6b4 commit 370e865

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# AWS ECS Update Service by Template Action
1+
# AWS ECS Deploy Service by Template Action
22

33
A github action, that updates a service with a new image based on an existing task definition.
44

55
## Usage
66
```yaml
77
- name: deploy to ECS
8-
uses: modum-io/aws-ecs-deploy-service-by-template
8+
uses: modum-io/aws-ecs-deploy-service-by-template@v1.0.0
99
with:
1010
image: "modumio/sample@${{ steps.docker_build.outputs.digest }}"
1111
template-task-definition: sample_template

0 commit comments

Comments
 (0)