dusansimic/Trigger workflow
Trigger other workflows
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Feb 4, 2024
- License
- MIT
Pinned Snippet
uses: dusansimic/trigger-workflow-action@8b004e8247e9d2e7354366bd128160d7e78b47c8 # v0.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | The GitHub token used to trigger workflow | no | ${{ github.token }} |
| name | Workflow name to be triggered (the name of the file) | yes | — |
| owner | Owner of the repository that contains the workflow (username or org. name) | yes | — |
| repo | Name of the repository | yes | — |
| ref | Reference name (branch or tag) | no | main |
| inputs | Input parameters for the workflow (maximum number of inputs is 10) | no | — |
| debug | Enable debug mode | no | false |
Outputs
no outputs