mirror of
https://github.com/kha7iq/pingme.git
synced 2025-05-16 14:50:18 -07:00
chore: fix services.md
This commit is contained in:
parent
c5eb07430f
commit
2dece09025
@ -784,9 +784,11 @@ jobs:
|
|||||||
- name: Ping me On
|
- name: Ping me On
|
||||||
uses: kha7iq/pingme-action@v1
|
uses: kha7iq/pingme-action@v1
|
||||||
env:
|
env:
|
||||||
TEAMS_WEBHOOK: ${{ secrets.TEAMS_WEBHOOK }}
|
TEXTMAGIC_USER: ${{ secrets.TEXTMAGIC_USER }}
|
||||||
TEAMS_MSG_TITLE: 'Reference: ${{ github.ref }}'
|
TEXTMAGIC_USER: ${{ secrets.TEXTMAGIC_TITLE }}
|
||||||
TEAMS_MESSAGE: 'Event is triggered by ${{ github.event_name }}'
|
TEXTMAGIC_MESSAGE: 'Event is triggered by ${{ github.event_name }}'
|
||||||
|
TEXTMAGIC_TITLE: 'Reference: ${{ github.ref }}'
|
||||||
|
TEXTMAGIC_RECEIVER: ${{ secrets.TEXTMAGIC_RECEIVER }}
|
||||||
|
|
||||||
with:
|
with:
|
||||||
# Chose the messaging platform.
|
# Chose the messaging platform.
|
||||||
@ -799,8 +801,8 @@ jobs:
|
|||||||
|
|
||||||
| Variables | Default Value |
|
| Variables | Default Value |
|
||||||
| -------------------------- | :----------------: |
|
| -------------------------- | :----------------: |
|
||||||
| TEAMS_USER | "" |
|
| TEXTMAGIC_USER | "" |
|
||||||
| TEAMS_TOKEN | "" |
|
| TEXTMAGIC_TOKEN | "" |
|
||||||
| TEAMS_SUBJECT | "" |
|
| TEXTMAGIC_SUBJECT | "" |
|
||||||
| TEAMS_MESSAGE | "" |
|
| TEXTMAGIC_MESSAGE | "" |
|
||||||
| TEAMS_RECEIVER | "" |
|
| TEXTMAGIC_RECEIVER | "" |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user