phartenfeller/Run cronicle job
Wait a designated number of milliseconds
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| cronicle_host | Cronicle host base url | yes | — |
| event_id | Cronicle event / job id | yes | — |
| api_key | Cronicle api key | no | — |
| result_fetch_interval | amount of seconds to wait between each fetch to check if the job has finished | no | 10 |
| max_fetch_retries | amount of times the action checks if the job has finished before giving up | no | 100 |
| fail_on_regex_match | scans the job output for given regex and sets the result as failed for a match | no | — |
| output_log | spools the cronicle log in the GitHub actions log | no | true |
| parameter_object | json object of parameters you can send to cronicle | no | — |
| debug_log_responses | logs the responses from the cronicle server | no | false |
Outputs
| name | description |
|---|---|
| log | output log |