Skip to content

Commit

Permalink
correct git action
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxZarev committed Jul 21, 2024
1 parent c3c48e9 commit 75cd398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/notify-telegram.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
MESSAGE="""Скрипт обновлен.
Message: ${COMMIT_MESSAGE}
Description: ${COMMIT_DESCRIPTION}"""
curl -s -X POST https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage -d chat_id=${TELEGRAM_CHAT_ID} -d text="${MESSAGE} message_thread_id="${THREAD_ID}"
curl -s -X POST https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage -d chat_id=${TELEGRAM_CHAT_ID} -d text="${MESSAGE} -d message_thread_id="${THREAD_ID}"

0 comments on commit 75cd398

Please sign in to comment.