codeless-testing/Upload artifact to custom API and await callback
Uploads a previously-built workflow artifact to your custom deployment API.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source_dir | Name of the artifact to upload | yes | — |
| token | Bearer token to authenticate against the API | yes | — |
| poll | true → wait for the API to finish and return a status | no | true |
| poll_interval_seconds | Polling interval while waiting, in seconds | no | 15 |
| poll_timeout_minutes | Give up after this many minutes (0 = never timeout) | no | 30 |
Outputs
| name | description |
|---|---|
| result | "success" or "failure" (only if poll = true) |