Skip to content

Commit

Permalink
Forgot a word
Browse files Browse the repository at this point in the history
  • Loading branch information
mxie authored Jan 6, 2022
1 parent fccf8aa commit 10c402d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ A GitHub Action to find the next person on call through PagerDuty.
## Usage

```yml
name: Find next on call
name: Find next person on call
on:
schedule:
- cron: 0 8 * * 1
Expand All @@ -20,5 +20,4 @@ jobs:
token: ${{ secrets.PAGERDUTY_TOKEN }}
schedule-id: ABCDEFG
- run: echo ${{ steps.pagerduty.outputs.person }} is on call

```

0 comments on commit 10c402d

Please sign in to comment.