nike4613/actions-test-results

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github_tokenGitHub API Access Token.no${{ github.token }}
gist_tokenGitHub API Access Token to use to create Gists. If this is not set, this feature is disabled.no
github_token_actorThe 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".nogithub-actions[bot]
commitCommit SHA to which test results are published. Only needed if the value of GITHUB_SHA does not work for you.no
check_nameName of the created check run.noTest Results
comment_titleAn alternative title for the pull request comment. Defaults to value of check_name input.no
comment_modeThe 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.nofailures
fail_onThe 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".notest failures
filesFile 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_emojisSet to "true", the markdown will be enhanced with additional emojis.nofalse
comment_on_commitSet to "true", the results are published as a comment on the commit, including more detail than the check summary.notrue
event_fileAn alternative event file to use. Useful to replace a "workflow_run" event file with the actual source event file.no
event_nameAn 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

no outputs