Skip to content

Commit

Permalink
Merge pull request #76 from kleutzinger-forks/master
Browse files Browse the repository at this point in the history
docs: fix typo in services.md
  • Loading branch information
kha7iq authored Jan 12, 2024
2 parents c663b2d + fe6ac6a commit 4374f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/services.md
Original file line number Diff line number Diff line change
Expand Up @@ -420,15 +420,15 @@ jobs:
pingme pushbullet \
--sms true \
--token "abcdefg" \
-d "adnroid" \
-d "android" \
--msg "some message" \
--number "00123456789"
```

- Push notification

```bash
pingme pushbullet --token "abcdefg" -d "adnroid" --msg "some message"
pingme pushbullet --token "abcdefg" -d "android" --msg "some message"
```

- GitHub Action
Expand Down

0 comments on commit 4374f08

Please sign in to comment.