Skip to content

Commit 038758e

Browse files
committed
66. test format deploy message
1 parent 960b07e commit 038758e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/production.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,13 @@ jobs:
9393
token: ${{ secrets.TELEGRAM_TOKEN }}
9494
format: markdown
9595
message: |
96+
**bold**
97+
__italic__
98+
~~strikethrough~~
99+
||spoiler||
100+
>> quote
101+
`code`
102+
>Commit: ${{ github.event.head_commit.message | truncate(50) }}
96103
**>${{ github.event.commits[0].message }}
97104
Success deploying ✅
98105

0 commit comments

Comments
 (0)