Skip to content

Commit 449e1c5

Browse files
committed
removed unknown fallback
1 parent 2165f70 commit 449e1c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/gui/ci/notification_template.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ log_success() {
7070

7171
GITHUB_BUILD_LINK="${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}/actions/runs/${GITHUB_RUN_ID}"
7272

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>'
73+
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>'
7474
message_html=$(echo "$message_html" | sed 's/\\/\\\\/g' | sed 's/"/\\"/g')
7575

7676
log_info "Sending report to the element chat..."

0 commit comments

Comments
 (0)