Skip to content

Commit a4c9569

Browse files
committed
updated action.yml file with commentary on new and original inputs
1 parent 9aafc1b commit a4c9569

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ inputs:
4040
force-new-deployment:
4141
description: 'Whether to force a new deployment of the service. Valid value is "true". Will default to not force a new deployment.'
4242
required: false
43+
#one off task inputs
4344
run-task:
4445
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.'
4546
required: false
@@ -61,7 +62,7 @@ inputs:
6162
wait-for-task-stopped:
6263
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
6364
required: false
64-
65+
#back to original inputs
6566
outputs:
6667
task-definition-arn:
6768
description: 'The ARN of the registered ECS task definition'

0 commit comments

Comments
 (0)