Skip to content

Commit

Permalink
workflow: scripts: tg-notify: update notify header
Browse files Browse the repository at this point in the history
  • Loading branch information
gtxaspec committed Dec 29, 2024
1 parent 4bc0e0c commit 7e743f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/tg-notify.sh
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ TG_OPTIONS="$([ "$SILENT" == true ] && echo '-s -o /dev/null' || echo '')"
API_URL="https://api.telegram.org/bot${TG_TOKEN}"

# Message Options
TG_FOOTER="*Thingino BuildBot* \xE2\x9F\xAEvia Github Actions\xE2\x9F\xAF"
TG_FOOTER="*Thingino BuildBot* \xE2\x9F\xAEvia Github CI\xE2\x9F\xAF"
TG_COMPLETED_ICON="\xF0\x9F\xA4\x96"
TG_ERROR_ICON="\xE2\x9D\x8C"
TG_FINISH_ICON="\xF0\x9F\x8F\x81"
Expand Down

0 comments on commit 7e743f5

Please sign in to comment.