mirror of
https://github.com/appleboy/telegram-action.git
synced 2026-05-14 02:42:44 +00:00
@@ -77,6 +77,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
to: ${{ secrets.TELEGRAM_TO }}
|
to: ${{ secrets.TELEGRAM_TO }}
|
||||||
token: ${{ secrets.TELEGRAM_TOKEN }}
|
token: ${{ secrets.TELEGRAM_TOKEN }}
|
||||||
|
format: html
|
||||||
message: |
|
message: |
|
||||||
${{ github.actor }}:${{ github.event.head_commit.message }} \n
|
⚡️ <a href="https://github.com/aszenz/repo/commit/${{ github.event.push.after }}">Commits</a> pushed to master by <em>${{ github.event.push.pusher.name }}</em>,<a href="https://github.com/aszenz/repo/pull/${{ steps.set-variables.outputs.pr_no }}">PR</a> ⚡️
|
||||||
Testing
|
${{ github.actor }}:${{ github.event.head_commit.message }}
|
||||||
|
|||||||
+1
-1
@@ -1,3 +1,3 @@
|
|||||||
Sample message loaded from file.
|
Sample message loaded from file.
|
||||||
|
|
||||||
Commit msg: ${{ github.event.head_commit.message }}
|
Commit msg: {{commit.message}}
|
||||||
|
|||||||
Reference in New Issue
Block a user