rafal-slowik/Simple MS Teams Notifier Action
A Github Action that sends notification to the MS Teams
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| status | Status of the job, allowed values: 'success', 'cancelled', 'failure' | yes | ${{ job.status }} |
| job_name | Name of the job | no | ${{ github.job }} |
| workflow_name | Name of the workflow | yes | ${{ github.workflow }} |
| triggering_actor | Who triggered the workflow | yes | ${{ github.triggering_actor }} |
| facts | Additional facts | yes | {"Reference":"${{ github.ref }}"} |
| repo_server_url | Repository server URL | yes | ${{ github.server_url }} |
| repo_name | Repository name | yes | ${{github.repository}} |
| github_sha | Github SHA | yes | ${{github.sha}} |
| run_id | Workflow run ID | yes | ${{github.run_id}} |
| token | GitHub token | — | ${{ github.server_url == 'https://github.com' && github.token || '' }} |
| webhook_uri | MS Teams webhook URI | yes | — |
Outputs
no outputs