int128/checks-action
General-purpose action for GitHub Checks API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| operation | The operation to perform | yes | — |
| check-run-name | The name of the check run | yes | — |
| title | The title of the check run | no | — |
| summary | The summary of the check run | no | — |
| text | The text of the check run | no | — |
| details-url | The details URL for the check run | no | — |
| sha | The commit SHA for the check run | no | — |
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| check-run-id | The ID of the created or retrieved check run |
| check-run-title | The title of the retrieved check run |
| check-run-summary | The summary of the retrieved check run |
| check-run-text | The text of the retrieved check run |