1
0
mirror of https://github.com/kha7iq/pingme.git synced 2025-05-15 06:10:12 -07:00

docs: add github action usage

This commit is contained in:
kha7iq 2021-05-07 18:12:13 +08:00
parent 63b27b3155
commit e90a965fab

View File

@ -127,6 +127,10 @@ docker run ghcr.io/kha7iq/pingme:latest
A github action is also available now for this app, you can find it on
[Github Market Place](https://github.com/marketplace/actions/pingme-action) or
from this [repository](https://github.com/kha7iq/pingme-action) on github.
```yaml
- name: PingMe-Action
uses: kha7iq/pingme-action@v1
```
Usage examples for workflow are available in the repo.