jackjoynson/trigger-workflow-action
Github action to trigger another workflow
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Dec 10, 2022
- License
- MIT
Pinned Snippet
uses: jackjoynson/trigger-workflow-action@297b2ea62b007812ddaa901f6c8b5c2f43a3ddac # v1.0.6tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| workflow | The workflow id or file name | yes | — |
| token | The github token with permissions to trigger the workflow | yes | — |
| repository | The repository to trigger the workflow in | yes | ${{ github.repository }} |
| ref | The branch, tag or SHA to run the triggered workflow from | yes | ${{ github.ref_name }} |
| inputs | The inputs to pass to the triggered workflow | no | — |
Outputs
no outputs