Skip to content

Commit

Permalink
feat(cicd): announce deploys X
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoeejoee committed Nov 14, 2023
1 parent 1f2e8ad commit 2ea8cad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,10 +168,11 @@ jobs:
--data-urlencode "chat_id=${{ secrets.ANNOUNCE_TELEGRAM_CHAT }}" \
--data-urlencode "text=${message}" \
--data-urlencode "reply_to_message_id=${{ secrets.ANNOUNCE_TELEGRAM_TOPIC }}" \
--data-urlencode "disable_notification=true"
--data-urlencode "silent=true"
--data-urlencode "no_webpage=true"
--data-urlencode "disable_web_page_preview=true"
--data-urlencode "disable_notification=true" \
--data-urlencode "silent=true" \
--data-urlencode "no_webpage=true" \
--data-urlencode "disable_web_page_preview=true" \
--data-urlencode "parse_mode=MarkdownV2"
# - name: Announce deploy to Telegram
# uses: enflo/curl-action@master
Expand Down

0 comments on commit 2ea8cad

Please sign in to comment.