actions-marketplace-validations/Workflow Proxy

Proxy GitHub Actions workflows to another repository

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Feb 11, 2021
License
MIT
Runtime
Deprecated runtime

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/jonas-schievink_workflow-proxy@1c64bdef352a8e5d792fd766e928176131fafa5d # no releases — HEAD as of 2026-07-13

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
workflowName or ID of workflow to runyes
tokenGitHub token with repo write access, can NOT use secrets.GITHUB_TOKEN, see readmeyes
inputsInputs to pass to the workflow, must be a JSON string. All values must be strings (even if used as boolean or number)no
refThe reference of the workflow run. The reference can be a branch, tag, or a commit SHAno
repoRepo owner & name, slash separated, only set if invoking a workflow in a different repono
display-workflow-run-urlGet the URL of the triggered workflow and display it in logs (useful to follow the progress of the triggered workflow)notrue
display-workflow-run-url-intervalThe time to wait (+unit) between two polls to get the URL of the workflow runno1m
display-workflow-run-url-timeoutMaximum amount of time (+unit) to wait for the URL of the workflow run. If the timeout is reached, it is just ignoredno10m
wait-for-completionBlock until the triggered workflow has finishednotrue
wait-for-completion-timeoutMaximum amount of time (+unit) to wait to mark workflow as timed outno1h
wait-for-completion-intervalTime to wait (+unit) between two polls to get run statusno1m
repost-logsWhether to post the logs of the triggered run back into the original jobnofalse

no outputs