mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 10:52:51 +00:00
fix typo (#29)
This commit is contained in:
@@ -14,17 +14,17 @@ jobs:
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
args: The ${{ github.event_name }} event triggered first step.
|
||||
|
||||
- name: send message useing with
|
||||
- name: send message using with
|
||||
uses: ./
|
||||
with:
|
||||
to: ${{ secrets.TELEGRAM_TO }}
|
||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||
message: |
|
||||
The ${{ github.event_name }} event triggered second step.
|
||||
show the github varable ref: ${{ github.ref }}
|
||||
show the github varable commit: ${{ github.sha }}
|
||||
show the github varable ref: {{ commit.ref }}
|
||||
show the github varable commit: {{ commit.sha }}
|
||||
show the github variable ref: ${{ github.ref }}
|
||||
show the github variable commit: ${{ github.sha }}
|
||||
show the github variable ref: {{ commit.ref }}
|
||||
show the github variable commit: {{ commit.sha }}
|
||||
Commit Message: ${{ github.event.head_commit.message }}
|
||||
|
||||
- name: send default message
|
||||
|
||||
Reference in New Issue
Block a user