Skip to content

Commit

Permalink
fix: can't use <br> for newlines here
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil Narang <[email protected]>
  • Loading branch information
akhilnarang committed Dec 19, 2023
1 parent 0524dc5 commit e23f06e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extract_and_push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ if [[ -f $URL ]]; then
sendTG() { :; } && sendTG_edit_wrapper() { :; }
fi
else
MESSAGE="<code>Started</code> <a href=\"${URL}\">dump</a> <code>on</code> <a href=\"$BUILD_URL\">jenkins</a><br/><b>Job ID:</b> <code>$BUILD_ID</code>."
MESSAGE="<code>Started</code> <a href=\"${URL}\">dump</a> <code>on</code> <a href=\"$BUILD_URL\">jenkins</a>
<b>Job ID:</b> <code>$BUILD_ID</code>."
if _json="$(sendTG normal "${MESSAGE}")"; then
# grab initial message id
MESSAGE_ID="$(jq ".result.message_id" <<< "${_json}")"
Expand Down

0 comments on commit e23f06e

Please sign in to comment.