Skip to content

Commit daa82a9

Browse files
committed
updated run task description in action.yml
1 parent 8af8df8 commit daa82a9

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: '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 .'
45+
description: 'A boolean indicating whether to run a stand-alone task in a ECS cluster. 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)