Skip to content
This repository has been archived by the owner on Jun 15, 2020. It is now read-only.

Commit

Permalink
Update usage example in README
Browse files Browse the repository at this point in the history
  • Loading branch information
imduchy committed Feb 18, 2020
1 parent 3a94bbc commit b916618
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,15 @@ This action takes a payload of a gollum (Github wiki) event and sends a notifica
on: [gollum]

jobs:
wiki_update_notification:
wiki_teams_notification:
runs-on: ubuntu-latest
name: Notification on wiki update for a Teams channel
name: Wiki Teams notification
steps:
- uses: actions/checkout@v2
name: Checkout
- uses: ./.github/actions
name: Send notification
env:
# A webhook URL to a Teams channel you want notifications to be sent to.
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
```

0 comments on commit b916618

Please sign in to comment.