Skip to content

Commit

Permalink
fix: use propagateTags service value
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd committed Jan 21, 2025
1 parent 78da1be commit 2b747c8
Show file tree
Hide file tree
Showing 3 changed files with 23,397 additions and 85,229 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ inputs:
description: "Determines whether to turn on Amazon ECS managed tags 'aws:ecs:serviceName' and 'aws:ecs:clusterName' for the tasks in the service."
required: false
propagate-tags:
description: "Determines to propagate the tags from the 'SERVICE' to the task. Will default to 'NONE'."
description: "Determines to propagate the tags from the 'SERVICE' to the task. Will default to service propagateTags value ('NONE' if not set at service creation)."
required: false
outputs:
task-definition-arn:
Expand Down
Loading

0 comments on commit 2b747c8

Please sign in to comment.