brandon-t/create-check-run
Creates check-runs.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit May 25, 2020
- License
- None
- Runtime
- Deprecated runtime
Pinned Snippet
uses: brandon-t/create-check-action@9cf8c7e0937b1ff8714ba5ce65449b4582555fa4 # v1tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token or secret | yes | — |
| check_names | A list of check-run names (formatted as a JSON array) | yes | — |
| statuses | A list of check-run statuses (formatted as a JSON array) | yes | — |
| conclusions | A list of check-run conclusions OR an empty array (formatted as a JSON array) | no | — |
| owner | Repository Owner | no | — |
| repo | Repository Name | no | — |
| ref | Commit hash, tag, or branch name | no | — |
Outputs
| name | description |
|---|---|
| result | JSON array of check-run IDs [1234, 5678]. |