Fix levitate detect breaking changes pipeline not sending slack messages (#94482)

* Fix levitate detect breaking changes pipeline not sending slack messages

* Use ref
This commit is contained in:
Esteban Beltran
2024-10-09 17:43:30 +02:00
committed by GitHub
parent 748bfff601
commit 2a7319809a
4 changed files with 40 additions and 40 deletions

View File

@@ -55,7 +55,7 @@ while IFS=" " read -r -a package; do
# (non-zero if any of the packages failed the checks)
if [ "$STATUS" -gt 0 ]; then
EXIT_CODE=1
GITHUB_MESSAGE="${GITHUB_MESSAGE}**\\\`${PACKAGE_PATH}\\\`** has possible breaking changes ([more info](${GITHUB_JOB_LINK}#step:${GITHUB_STEP_NUMBER}:1))<br />"
GITHUB_MESSAGE="${GITHUB_MESSAGE}**\\\`${PACKAGE_PATH}\\\`** has possible breaking changes<br />"
GITHUB_LEVITATE_MARKDOWN+="<h3>${PACKAGE_PATH}</h3>${CURRENT_REPORT}<br>"
fi