We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bee388 commit 565fef6Copy full SHA for 565fef6
.github/workflows/production.yml
@@ -93,11 +93,7 @@ jobs:
93
token: ${{ secrets.TELEGRAM_TOKEN }}
94
format: markdown
95
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 ✅
+ message: ">test\n> test\n>>test\n>> test\n**> ${{ github.event.commits[0].message }}\nSuccess deploying ✅"
101
102
103
##################################
0 commit comments