Skip to content

Commit

Permalink
Update README Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jdcargile committed May 12, 2020
1 parent 7866003 commit f92ae47
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ jobs:
- name: Notify dedicated teams channel
uses: jdcargile/ms-teams-notification
with:
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: Your custom notification message
notification-color: 17a2b8
timezone: America/Denver
github-token: ${{ github.token }} # this will use the runner's token.
ms-teams-webhook-uri: ${{ secrets.MS_TEAMS_WEBHOOK_URI }}
notification-summary: Your custom notification message
notification-color: 17a2b8
timezone: America/Denver
```
3. Make it your own with the following configurations.
Expand Down

0 comments on commit f92ae47

Please sign in to comment.