actions-marketplace-validations/Create Summary Check Status
Provide a final check for multiple checks
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 17, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/maxisam_create-summary-check-status@c856b1e4ba013ced22a7aae55a7e2ac2847824af # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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 |