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 4002ab9 commit 6cd2a73Copy full SHA for 6cd2a73
README.md
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v2
24
# this is the new step using the ms-teams-notification action
25
- name: Notify dedicated teams channel
26
- uses: jdcargile/ms-teams-notification@v1.2
+ uses: jdcargile/ms-teams-notification@v1.3
27
with:
28
github-token: ${{ github.token }} # this will use the runner's token.
29
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
0 commit comments