File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ set -euo pipefail
1818
1919export SONAR_HOST_URL=${SONAR_HOST_URL:- $SONARQUBE_NEXT_URL }
2020export SONAR_TOKEN=${SONAR_TOKEN:- $SONARQUBE_NEXT_TOKEN }
21- export PROJECT_KEY=${PROJECT_KEY:- sonarqube-webapp
21+ export PROJECT_KEY=${PROJECT_KEY:- sonarqube-webapp}
2222
2323echo " [DEBUG] GITHUB_SHA: ${GITHUB_SHA} "
2424echo " [DEBUG] GITHUB_BASE_REF: ${GITHUB_BASE_REF} "
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ jobs:
140140 SLACK_TOKEN : ${{ fromJSON(steps.secrets.outputs.vault).SLACK_TOKEN }}
141141 SLACK_CHANNEL : ops-sonarqube-webapp
142142 SLACK_TITLE : SQ-Community Build failed 🚨
143- SLACK_ICON_EMOJI : " :github :"
143+ SLACK_ICON_EMOJI : " :sonar-qube-community :"
144144 SLACK_USERNAME : BuildBot
145145 SLACK_COLOR : danger
146146 SLACK_MESSAGE : |
You can’t perform that action at this time.
0 commit comments