int128/workflow-run-summary-action
Get the summary of workflow run such as annotations, cancelled or skipped
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| annotation-messages | Annotation messages related to the workflow_run |
| annotation-failure-messages | Annotation messages of failure only |
| cancelled | true if any check run is cancelled |
| skipped | true if all checks are skipped |
| pull-request-number | Number of associated pull request, if exists |
| pull-request-url | URL of associated pull request, if exists |