sergioaten/MS Teams Notifications
Send MS Teams notifications from workflows easily
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| jobStatus | Job status | — | ${{ job.status }} |
| title | MS Teams msg title | no | ${{ github.workflow }} > ${{ github.ref_name }} (${{ github.run_number }}) |
| lastCommit | Last commit message | — | ${{ github.event.head_commit.message }} |
| steps | Workflow Steps | no | — |
| factsTitle | MS Teams facts title | no | — |
| facts | MS Teams facts | no | — |
| sections | MS Teams Sections | no | — |
| webhook | MS Teams webhook | yes | "" |
| buttons | MS Teams buttons | no | — |
| dry_run | Send notification if true | no | false |
Outputs
| name | description |
|---|---|
| jsonPayload | MS Teams json payload |