We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3455cd0 commit 89c32bfCopy full SHA for 89c32bf
.github/workflows/release.yml
@@ -27,3 +27,14 @@ jobs:
27
- run: npm run publish:demo-ci
28
env:
29
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
30
+ notify_teams_channel:
31
+ name: Notify MAD Release Teams Channel
32
+ runs-on: ubuntu-18.04
33
+ steps:
34
+ - uses: actions/checkout@master
35
+ - name: Microsoft Teams Notification
36
+ uses: skitionek/notify-microsoft-teams@master
37
+ if: success()
38
+ with:
39
+ webhook_url: ${{ secrets.MSTEAMS_WEBHOOK }}
40
+ overwrite: "{title: `New release published! ${workflow}`}"
0 commit comments