Skip to content

Commit

Permalink
Fix identification of message on github PR
Browse files Browse the repository at this point in the history
  • Loading branch information
feloy committed Jan 27, 2023
1 parent 87ef564 commit f2ea966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ibm/pipelines/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ save_logs() {
else
STATUS="with errors"
fi
cat <<EOF | odo-robot -key-from-env-var ROBOT_KEY -pr-comment ${GIT_PR_NUMBER} -pipeline ${NAME}
cat <<EOF | odo-robot -key-from-env-var ROBOT_KEY -pr-comment ${GIT_PR_NUMBER} -pipeline "${NAME}"
${NAME} on commit ${GIT_COMMIT} finished ${STATUS}.
View logs: [TXT](${BASE_URL}/${LOGFILE}.txt) [HTML](${BASE_URL}/${LOGFILE}.html)
EOF
Expand Down

0 comments on commit f2ea966

Please sign in to comment.