1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 22:30:11 -07:00

Merge pull request #76 from kleutzinger-forks/master

docs: fix typo in services.md
This commit is contained in:
Khaliq 2024-01-12 10:56:04 +08:00 committed by GitHub
commit 4374f0864b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -420,7 +420,7 @@ jobs:
pingme pushbullet \
--sms true \
--token "abcdefg" \
-d "adnroid" \
-d "android" \
--msg "some message" \
--number "00123456789"
```
@ -428,7 +428,7 @@ pingme pushbullet \
- Push notification
```bash
pingme pushbullet --token "abcdefg" -d "adnroid" --msg "some message"
pingme pushbullet --token "abcdefg" -d "android" --msg "some message"
```
- GitHub Action