We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84c6e68 commit ae98d2eCopy full SHA for ae98d2e
action.yml
@@ -50,7 +50,7 @@ inputs:
50
description: "ECS launch type for tasks run outside of a service. Valid values are 'FARGATE' or 'EC2'. Will default to 'FARGATE'."
51
required: false
52
run-task-started-by:
53
- description: 'A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'.'
+ description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
54
55
wait-for-task-stopped:
56
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
0 commit comments