Skip to content

Commit

Permalink
feat: add possibility to add more than one container in container-name
Browse files Browse the repository at this point in the history
  • Loading branch information
felipem1210 authored and Felipe Macias committed Oct 2, 2024
1 parent 2fe1cf6 commit dc8a621
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 34 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ inputs:
description: 'The revision of the task definition being used'
required: false
container-name:
description: 'The name of the container defined in the containerDefinitions section of the ECS task definition'
description: 'The name of the container or containers defined in the containerDefinitions section of the ECS task definition. If more than one container, add the names comma separated.'
required: true
image:
description: 'The URI of the container image to insert into the ECS task definition'
Expand Down
Loading

0 comments on commit dc8a621

Please sign in to comment.