Skip to content

Commit

Permalink
Добавить брендинг в action.yml: установить иконку и цвет
Browse files Browse the repository at this point in the history
  • Loading branch information
dyadyal committed Dec 24, 2024
1 parent 264ecaa commit 78710b4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ runs:
echo "Отправка сообщения в Telegram..."
PAYLOAD="chat_id=${TELEGRAM_CHAT_ID}&text=${TELEGRAM_MESSAGE}&disable_notification=${DISABLE_NOTIFICATION}&reply_markup={\"inline_keyboard\":[[{\"text\":\"${BUTTON_TEXT}\",\"url\":\"${BUTTON_URL}\"}]]}"
curl -v -X POST "https://api.telegram.org/bot${TELEGRAM_TOKEN}/sendMessage" -d "${PAYLOAD}"
branding:
icon: 'check'
color: 'orange'

0 comments on commit 78710b4

Please sign in to comment.