sebastiaanz/GitHub Actions Status Embed for Discord

Send an enhanced GitHub Actions status embed to a Discord webhook

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
workflow_namename of the workflowno${{ github.workflow }}
run_idrun id of this workflow runno${{ github.run_id }}
run_numbernumber of this workflow runno${{ github.run_number }}
statusresults status communicated with this embedyes
repositoryGitHub repository name, including ownerno${{ github.repository }}
actoractor that initiated the workflow runno${{ github.actor }}
refThe branch or tag that triggered the workflowno${{ github.ref }}
shasha of the commit that triggered the workflowno${{ github.sha }}
webhook_idID of the Discord webhook that is targetedyes
webhook_tokentoken for the Discord webhook that is targetedyes
pr_author_loginlogin of the PR authorno
pr_numbernumber of the Pull Requestno
pr_titletitle of the Pull Requestno
pr_sourcesource of the Pull Requestno
pull_request_payloadPull Request in jSON payload formno
debugOutput debug logging as annotationsnofalse
dry_runDo not send a request to the webhook endpointnofalse

no outputs