actions-marketplace-validations/Do While Not Queued

Repetitively execute the specified command until the specified workflow is queued

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
command-lineThe command to runyes
argsArguments to the command can be listed here, multiple arguments can be separated with argsSeparatoryes""
args-separatorUsed to delineate where one argument ends and the next startsyes;
check-everyUse to control how often it will check to see if any item has been queuedyes1
detail-levelHow detailed the output should be. 0 = None, 1 = Count, 2 = Fullyes1
workflowThe workflow to look for. And should be set as workflow: dollar{{ github.WORKFLOW }}yes
max-runsThe max number of times to run the command, set < 1 to just keep goingyes1000
max-time-secondsThe max number of seconds to keep checking, set < 1 to just keep goingyes3600
GITHUB_TOKENThe Token that has read access to Actions REST API. And should be set as GITHUB_TOKEN: dollar{{ secrets.GITHUB_TOKEN }}yes

no outputs