adept-at/Dispatch a workflow and wait for completion

Action to dispatch and wait for or skip the completion of a workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
GITHUB_TOKENGitHub tokenyes
REPOSITORYrepository nameyes
WORKFLOW_NAMEworkflow name to dispatchyes
CLIENT_PAYLOADJSON payload for the dispatched workflow: preview url, etc. `{"preview_url": "https://vercel-preiview-example.com"}`no
VERIFY_JOBWait for dispatch to complete, off by default, set to true to wait for the job to completeno
MAX_ATTEMPTSMaximum number of polling attempts before giving up (only used when VERIFY_JOB is true). Defaults to 16. Effective timeout = MAX_ATTEMPTS x POLL_INTERVAL_SECONDS.no16
POLL_INTERVAL_SECONDSSeconds to wait between polling attempts (only used when VERIFY_JOB is true). Defaults to 30.no30

no outputs