mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-15 14:20:18 -07:00
docs: fix spellings & remove duplicates
This commit is contained in:
parent
f9d0d5a93d
commit
a6485a2702
@ -1,8 +1,8 @@
|
|||||||
# Configuration
|
# Configuration
|
||||||
|
|
||||||
All the flags have corresponding environment variables assosiated with it. You
|
All the flags have corresponding environment variables associated with them. You
|
||||||
can either provide the value with flags or export to a variable. You can view
|
can either provide the value with flags or export to a variable. You can view
|
||||||
the corresponding variable to each with --help flag.
|
the corresponding variable with `--help` flag.
|
||||||
|
|
||||||
*Flags* take precedence over *variables*
|
*Flags* take precedence over *variables*
|
||||||
|
|
||||||
@ -85,7 +85,8 @@ jobs:
|
|||||||
- name: Ping me On
|
- name: Ping me On
|
||||||
uses: kha7iq/pingme-action@v1
|
uses: kha7iq/pingme-action@v1
|
||||||
env:
|
env:
|
||||||
GOTIFY_TOKEN: ${{ secrets.TELEGRAM_TOKEN }}
|
GOTIFY_TOKEN: ${{ secrets.GOTIFY_TOKEN }}
|
||||||
|
GOTIFY_URL: "example.com"
|
||||||
GOTIFY_TITLE: 'Reference: ${{ github.ref }}'
|
GOTIFY_TITLE: 'Reference: ${{ github.ref }}'
|
||||||
GOTIFY_MESSAGE: 'Event is triggered by ${{ github.event_name }}'
|
GOTIFY_MESSAGE: 'Event is triggered by ${{ github.event_name }}'
|
||||||
|
|
||||||
@ -247,7 +248,6 @@ jobs:
|
|||||||
MATTERMOST_TOKEN: ${{ secrets.MATTERMOST_TOKEN }}
|
MATTERMOST_TOKEN: ${{ secrets.MATTERMOST_TOKEN }}
|
||||||
MATTERMOST_SERVER_URL: ${{ secrets.MATTERMOST_SERVER_URL }}
|
MATTERMOST_SERVER_URL: ${{ secrets.MATTERMOST_SERVER_URL }}
|
||||||
MATTERMOST_CHANNELS: ${{ secrets.MATTERMOST_CHANNELS }}
|
MATTERMOST_CHANNELS: ${{ secrets.MATTERMOST_CHANNELS }}
|
||||||
MATTERMOST_CHANNELS: ${{ secrets.MATTERMOST_CHANNELS }}
|
|
||||||
MATTERMOST_TITLE: 'Reference: ${{ github.ref }}'
|
MATTERMOST_TITLE: 'Reference: ${{ github.ref }}'
|
||||||
MATTERMOST_MESSAGE: 'Event is triggered by ${{ github.event_name }}'
|
MATTERMOST_MESSAGE: 'Event is triggered by ${{ github.event_name }}'
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user