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 b1148de commit 9e519a2Copy full SHA for 9e519a2
action.yml
@@ -58,6 +58,9 @@ inputs:
58
run-task-started-by:
59
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
60
required: false
61
+ run-task-assign-public-ip:
62
+ description: "A boolean indicating whether to assign a public IP to the task."
63
+ required: false
64
wait-for-task-stopped:
65
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
66
0 commit comments