maxisam/Create Summary Check Status
Provide a final check for multiple checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jobResults | jobs results with new line as delimiter | yes | "" |
| authToken | Use secrets.GITHUB_TOKEN or your own token if you need to trigger other workflows | yes | — |
| state | The status of the check: success, error, failure or pending (if this is not set, it is in summary mode) | no | "" |
| failureStates | The job results for failure | no | failure cancelled |
| checkName | The context, this is displayed as the name of the check | no | Check Status Summary |
| description | Short text explaining the status of the check | no | "" |
| owner | Repostory owner, defaults to context github.repository_owner if omited | no | ${{ github.repository_owner }} |
| repository | Repository, default to context github.repository if omited | no | ${{ github.repository }} |
| sha | SHA of commit to update status on, defaults to context github.sha | no | ${{ github.sha }} |
| targetUrl | URL/URI to use for further details. | no | — |
Outputs
| name | description |
|---|---|
| summary | The result of input state |