rafal-slowik/Simple MS Teams Notifier Action

A Github Action that sends notification to the MS Teams

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
statusStatus of the job, allowed values: 'success', 'cancelled', 'failure'yes${{ job.status }}
job_nameName of the jobno${{ github.job }}
workflow_nameName of the workflowyes${{ github.workflow }}
triggering_actorWho triggered the workflowyes${{ github.triggering_actor }}
factsAdditional factsyes{"Reference":"${{ github.ref }}"}
repo_server_urlRepository server URLyes${{ github.server_url }}
repo_nameRepository nameyes${{github.repository}}
github_shaGithub SHAyes${{github.sha}}
run_idWorkflow run ID yes${{github.run_id}}
tokenGitHub token${{ github.server_url == 'https://github.com' && github.token || '' }}
webhook_uriMS Teams webhook URIyes

no outputs