Skip to content

Commit 66d5162

Browse files
authored
Create main.yml
1 parent 25f2f08 commit 66d5162

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/main.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: MS Teams Notification
2+
on: [push, pull_request]
3+
4+
jobs:
5+
build:
6+
runs-on: ubuntu-latest
7+
8+
steps:
9+
- uses: actions/checkout@v2
10+
# this is the new step
11+
- uses: dchourasia/ms-teams-notification@1.0 # or "./" if in a local set-up
12+
if: always()
13+
with:
14+
github-token: ${{ github.token }}
15+
webhook-uri: ${{ secrets.MSTEAMS_WEBHOOK_URL }}

0 commit comments

Comments
 (0)