boxofyellow/Do While Not Queued
Repetitively execute the specified command until the specified workflow is queued
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| command-line | The command to run | yes | — |
| args | Arguments to the command can be listed here, multiple arguments can be separated with argsSeparator | yes | "" |
| args-separator | Used to delineate where one argument ends and the next starts | yes | ; |
| check-every | Use to control how often it will check to see if any item has been queued | yes | 1 |
| detail-level | How detailed the output should be. 0 = None, 1 = Count, 2 = Full | yes | 1 |
| workflow | The workflow to look for. And should be set as workflow: dollar{{ github.WORKFLOW }} | yes | — |
| max-runs | The max number of times to run the command, set < 1 to just keep going | yes | 1000 |
| max-time-seconds | The max number of seconds to keep checking, set < 1 to just keep going | yes | 3600 |
| GITHUB_TOKEN | The Token that has read access to Actions REST API. And should be set as GITHUB_TOKEN: dollar{{ secrets.GITHUB_TOKEN }} | yes | — |
Outputs
no outputs