cvmaker-bv/Trigger Workflow and Wait

This action triggers a workflow in another repository and waits for the result.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
ownerThe owner of the repository where the workflow is contained.yes
repoThe repository where the workflow is contained.yes
github_tokenThe Github access token with access to the repository. Its recommended you put it under secrets.yes
refThe reference of the workflow run. The reference can be a branch, tag, or a commit SHA. Default: mainno
wait_intervalThe number of seconds delay between checking for result of run.no
workflow_file_nameThe reference point. For example, you could use main.yml.yes
inputsInputs to pass to the workflow, must be a JSON stringno
propagate_failureFail current job if downstream job fails. default: trueno
trigger_workflowTrigger the specified workflow. default: trueno
wait_workflowWait for workflow to finish. default: trueno
namedescription
workflow_idThe ID of the workflow that was triggered by this action
workflow_urlThe URL of the workflow that was triggered by this action