actions-marketplace-validations/relies-on
A Github action to identify any workflows that must complete successfully before another workflow will run.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | The username of the owner of the repository containing the workflow. [default=currect repository owner username] | no | — |
| repository | The name of the repository containing the workflow. [default=current repository name] | no | — |
| workflow | The name of the workflow that would be checked. | yes | — |
| branch | The name of the branch where the workflow runs. [default=repository's default branch (most likely master or main)] | no | — |
| event | The type of the event that triggers the workflow. [default= ] | no | — |
| exclude_pull_requests | If true pull requests based runs are omitted. [default=true] | no | true |
Outputs
no outputs