actions-marketplace-validations/Create Check Report
Create a check report by using check-run
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Mar 9, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/maxisam_check-report@c4b2f08753dd08f7504df09fe42cb1abcfb61294 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| authToken | Use your own token if you need to trigger other workflows | no | ${{ github.token }} |
| 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 }} |
| checkName | Name of the check | no | Check Report |
| sha | Github SHA | no | ${{ github.sha }} |
| status | Check Status | no | completed |
| conclusion | Conclusion | no | success |
| summary | Summary | no | Summary |
| content | Content, you can use multiline with markdown syntax | no | "" |
| detailsUrl | Details url | no | "" |
| imageUrl | The full URL of the image. | no | https://avatars.githubusercontent.com/in/15368?s=40&v=4 |
Outputs
no outputs