octopusdeploy/Wait/watch an execution task in Octopus Deploy
GitHub Action to wait/watch an execution task in Octopus Deploy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| server_task_id | The execution task ID to watch/wait for. | yes | — |
| polling_interval | How frequently, in seconds, to check the status. | — | 10 |
| timeout_after | Duration, in seconds, to allow for completion before timing out. | — | 600 |
| hide_progress | Whether to hide the progress of the task. | — | false |
| server | The 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_key | The 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. | — | — |
| space | The 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_timeout | Cancel the Octopus task and mark this action as failed if the timeout is reached. | — | false |
Outputs
| name | description |
|---|---|
| task_state | The final TaskState (Canceled, Failed, Success, or TimedOut) returned from Octopus, or undefined if Octopus could not be contacted to retrieve the state. |