nike4613/actions-test-results
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub API Access Token. | no | ${{ github.token }} |
| gist_token | GitHub API Access Token to use to create Gists. If this is not set, this feature is disabled. | no | — |
| github_token_actor | The name of the GitHub app that owns the GitHub API Access Token (see github_token). Used to identify pull request comments created by this action during earlier runs. Has to be set when `github_token` is set to a GitHub app installation token (other than GitHub actions). Otherwise, existing comments will not be updated, but new comments created. Note: this does not change the bot name of the pull request comments. Defaults to "github-actions". | no | github-actions[bot] |
| commit | Commit SHA to which test results are published. Only needed if the value of GITHUB_SHA does not work for you. | no | — |
| check_name | Name of the created check run. | no | Test Results |
| comment_title | An alternative title for the pull request comment. Defaults to value of check_name input. | no | — |
| comment_mode | The action posts comments to pull requests that are associated with the commit. Set to "always" - always comment, "failures" - when failures or errors exist, "errors" - when (only) errors exist, "off" - to not create pull request comments. | no | failures |
| fail_on | The created test result check run has failure state if any test fails or test errors occur. Never fails when set to "nothing", fails only on errors when set to "errors". Default is "test failures". | no | test failures |
| files | File patterns of test result files. Relative paths are known to work best, while the non-Docker action also works with absolute paths. Supports "*", "**", "?", and "[]" character ranges. Use multiline string for multiple patterns. Patterns starting with "!" exclude the matching files. There have to be at least one pattern starting without a "!". | yes | — |
| use_emojis | Set to "true", the markdown will be enhanced with additional emojis. | no | false |
| comment_on_commit | Set to "true", the results are published as a comment on the commit, including more detail than the check summary. | no | true |
| event_file | An alternative event file to use. Useful to replace a "workflow_run" event file with the actual source event file. | no | — |
| event_name | An alternative event name to use. Useful to replace a "workflow_run" event name with the actual source event name: github.event.workflow_run.event. | no | — |
Outputs
no outputs