We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2165f70 commit 449e1c5Copy full SHA for 449e1c5
test/gui/ci/notification_template.sh
@@ -70,7 +70,7 @@ log_success() {
70
71
GITHUB_BUILD_LINK="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
72
73
-message_html='<b>'$BUILD_STATUS'</b> <a href="'${GITHUB_BUILD_LINK}'">'${GITHUB_REPOSITORY}'#'$COMMIT_SHA_SHORT'</a> ('${BRANCH_NAME}') by <b>'${COMMIT_AUTHOR:-unknown}'</b> <br> <b>'"${TEST_LOGS}"'</b>'
+message_html='<b>'$BUILD_STATUS'</b> <a href="'${GITHUB_BUILD_LINK}'">'${GITHUB_REPOSITORY}'#'$COMMIT_SHA_SHORT'</a> ('${BRANCH_NAME}') by <b>'${COMMIT_AUTHOR}'</b> <br> <b>'"${TEST_LOGS}"'</b>'
74
message_html=$(echo "$message_html" | sed 's/\\/\\\\/g' | sed 's/"/\\"/g')
75
76
log_info "Sending report to the element chat..."
0 commit comments