Skip to content

Commit 635eb5c

Browse files
committed
Update project
1 parent bc3bc5a commit 635eb5c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,9 @@ jobs:
8787
CHAT_ID: ${{ secrets.TELEGRAM_CHAT_ID }}
8888
THREAD_ID: ${{ secrets.TELEGRAM_THREAD_ID }}
8989
MESSAGE: |
90-
<b>${{ env.VERSION_NAME }} (${{ env.VERSION_CODE }})</b>
91-
<b>Ветка:</b> ${{ github.ref_name }}
92-
<b>Коммит:</b> <code>${{ env.SHORT_SHA }}</code>
90+
<b>${{ env.VERSION_NAME }} (${{ env.VERSION_CODE }})</b>
91+
<b>Branch:</b> ${{ github.ref_name }}
92+
<b>Commit:</b> <code>${{ env.SHORT_SHA }}</code>
9393
run: |
9494
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
9595
-F chat_id="${CHAT_ID}" \

0 commit comments

Comments
 (0)