Skip to content

Commit 565fef6

Browse files
committed
66. test format deploy message
1 parent 2bee388 commit 565fef6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,7 @@ jobs:
9393
token: ${{ secrets.TELEGRAM_TOKEN }}
9494
format: markdown
9595
disable_web_page_preview: true
96-
message: |
97-
> Commit: ${{ github.event.head_commit.message }}
98-
>> Commit: ${{ github.event.head_commit.message }}
99-
**> ${{ github.event.commits[0].message }}
100-
Success deploying ✅
96+
message: ">test\n> test\n>>test\n>> test\n**> ${{ github.event.commits[0].message }}\nSuccess deploying ✅"
10197

10298

10399
##################################

0 commit comments

Comments
 (0)