Skip to content

Commit 8af8df8

Browse files
committed
updated run task description in action.yml for clearer usage of feature
1 parent aeebecd commit 8af8df8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ inputs:
4242
required: false
4343
#one off task inputs
4444
run-task:
45-
description: 'Whether to run the task outside of an ECS service. Task will run before the service is updated if both are provided. Will default to not run.'
45+
description: 'A boolean indicating whether to run the task outside of an ECS service. Task will run before the service is updated if both are provided. Default value is false .'
4646
required: false
4747
run-task-container-overrides:
4848
description: 'A JSON array of container override objects which should applied when running a task outside of a service. Warning: Do not expose this field to untrusted inputs. More details: https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_ContainerOverride.html'

0 commit comments

Comments
 (0)