actions-marketplace-validations/GitHubActions.com Result Reporter
Report Results for actions started using GitHubActions.com. This action will never fail, so use freely without risk.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 20, 2020
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/dkershner6_githubactions-result-reporter@b5ebc57fa643470025cb51fba34a551e478bac72 # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| trigger_result_id | The ID for the trigger result being reported. This typically is at github.event.client_payload.triggerResult.triggerResultId | yes | — |
| event_result_id | The ID for the individual event being reported. This typically is at github.event.client_payload.triggerResult.eventResultId | yes | — |
| status_code | A status to update to. Valid values: success, processing, failure | no | success |
| status_text | A string to describe the status code. This is optional, but should be short (max 25 chars). | no | Success! |
Outputs
no outputs