Skip to content

Commit 3d478b8

Browse files
committed
Update project
1 parent 5130323 commit 3d478b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
MESSAGE: |
101101
✅ <b>${{ env.VERSION_NAME }} (${{ env.VERSION_CODE }})</b>
102102
<b>Ветка:</b> ${{ github.ref_name }}
103-
<b>Коммит:</b> ${{ env.SHORT_SHA }}
103+
<b>Коммит:</b> <code>${{ env.SHORT_SHA }}</code>
104104
run: |
105105
curl -s -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendDocument" \
106106
-F chat_id="${CHAT_ID}" \

0 commit comments

Comments
 (0)