Skip to content

MS Teams Notification #1

MS Teams Notification

MS Teams Notification #1

Workflow file for this run

name: MS Teams Notification
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
# this is the new step
- uses: dchourasia/[email protected] # or "./" if in a local set-up
if: always()
with:
github-token: ${{ github.token }}
webhook-uri: ${{ secrets.MSTEAMS_WEBHOOK_URL }}