pixellot/Workflow Status

Returns workflow summery status(success, cancelled, failure), in case of failure it also returns the job and step of failure.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflow_namename of current workflow.yes${{ github.workflow }}
github_run_idA unique number for each workflow run within a repository.yes${{ github.run_id }}
github_repositoryThe owner and repository name.yes${{ github.repository }}
github_tokenA token to authenticate on behalf of the GitHub App installed on your repository.yes${{ github.token }}
namedescription
workflow_resultThe result of the current workflow run (success,cancelled,failure).
failed_jobThe name of the job that was failed(only if workflow conclusion is failure).
failed_stepThe name of the step that was failed(only if workflow conclusion is failure).
notification_colorA color for A slack notification (Green - Success, Yelllow - Cancelled, Red - Failure).
notification_iconAn icon for A slack notification.