jackjoynson/trigger-workflow-action

Github action to trigger another workflow

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 10, 2022
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: jackjoynson/trigger-workflow-action@297b2ea62b007812ddaa901f6c8b5c2f43a3ddac # v1.0.6

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

namedescriptionrequireddefault
workflowThe workflow id or file nameyes
tokenThe github token with permissions to trigger the workflowyes
repositoryThe repository to trigger the workflow inyes${{ github.repository }}
refThe branch, tag or SHA to run the triggered workflow fromyes${{ github.ref_name }}
inputsThe inputs to pass to the triggered workflowno

no outputs