octopusdeploy/Wait/watch an execution task in Octopus Deploy

GitHub Action to wait/watch an execution task in Octopus Deploy

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
server_task_idThe execution task ID to watch/wait for.yes
polling_intervalHow frequently, in seconds, to check the status.10
timeout_afterDuration, in seconds, to allow for completion before timing out.600
hide_progressWhether to hide the progress of the task.false
serverThe instance URL hosting Octopus Deploy (i.e. "https://octopus.example.com/"). The instance URL is required, but you may also use the OCTOPUS_URL environment variable.
api_keyThe API key used to access Octopus Deploy. An API key is required, but you may also use the OCTOPUS_API_KEY environment variable. It is strongly recommended that this value retrieved from a GitHub secret.
spaceThe name of a space within which this command will be executed. The space name is required, but you may also use the OCTOPUS_SPACE environment variable.
cancel_on_timeoutCancel the Octopus task and mark this action as failed if the timeout is reached.false
namedescription
task_stateThe final TaskState (Canceled, Failed, Success, or TimedOut) returned from Octopus, or undefined if Octopus could not be contacted to retrieve the state.