Skip to content

Commit 2296514

Browse files
authored
docs: fix code sample (#6)
1 parent 15e488c commit 2296514

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,13 @@ _includes examples from other packages to give context_
4444
- name: ECS Deploy
4545
uses: sourcetoad/aws-ecs-deploy-action@v1
4646
with:
47+
ecs_cluster_name: cluster
4748
ecs_service_name: project
4849
service_task_definition_name: project-alpha
4950
prepare_task_definition_name: project-alpha-migrations
5051
prepare_task_container_network_config_filepath: ".github/networks/alpha.json"
5152
prepare_task_container_image_changes: php|123456789100.dkr.ecr.us-east-1.amazonaws.com/php:version
52-
container_image_changes: >
53+
service_container_image_changes: >
5354
nginx|123456789100.dkr.ecr.us-east-1.amazonaws.com/nginx:version
5455
php|123456789100.dkr.ecr.us-east-1.amazonaws.com/php:version
5556
```

0 commit comments

Comments
 (0)