Skip to content

Commit

Permalink
feat: Add assignPublicIp Input
Browse files Browse the repository at this point in the history
  • Loading branch information
dchymko committed Jul 30, 2024
1 parent b1148de commit 9e519a2
Show file tree
Hide file tree
Showing 3 changed files with 510 additions and 497 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ inputs:
run-task-started-by:
description: "A name to use for the startedBy tag when running a task outside of a service. Will default to 'GitHub-Actions'."
required: false
run-task-assign-public-ip:
description: "A boolean indicating whether to assign a public IP to the task."
required: false
wait-for-task-stopped:
description: 'Whether to wait for the task to stop when running it outside of a service. Will default to not wait.'
required: false
Expand Down
Loading

0 comments on commit 9e519a2

Please sign in to comment.