jenschelkopf/Create an annotation
Useful for testing out annotations.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The GitHub authentication token. | no | ${{ github.token }} |
| type | Annotation type. Valid options are failure, warning, or notice. | no | notice |
| check_name | The name of the check run to add annotations to. This should be the same as the job that uses this action. | yes | — |
| description | Description for the annotation. | no | This is an annotation that was created for test purposes. |
| commit_sha | Commit to attach the check to. If the trigger is `push`, this should just be github.sha. If the trigger is `pull_request`, this should be the github.event.pull_request.head.sha | yes | — |
Outputs
no outputs