danieldeichfuss/Get Status Checks
Get the status checks of a given ref.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ref | Git ref, e.g. the sha. | yes | — |
| token | The GitHub token used to create an authenticated client. | no | ${{ github.token }} |
| ignore | Workflow names that will be ignored during the validation. For multiple values, please separate them with commas, e.g. "test,build,get-status" | no | — |
Outputs
| name | description |
|---|---|
| all-checks-completed | Returns true if all checks are completed. |
| all-checks-passed | Returns true if all checks concluded either with success or skipped. |