Skip to content

Commit 9e519a2

Browse files
committed
feat: Add assignPublicIp Input
1 parent b1148de commit 9e519a2

File tree

3 files changed

+510
-497
lines changed

3 files changed

+510
-497
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ inputs:
5858
run-task-started-by:
5959
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
6060
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
6164
wait-for-task-stopped:
6265
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
6366
required: false

0 commit comments

Comments
 (0)