We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99b0049 commit 345b64cCopy full SHA for 345b64c
1 file changed
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
23
- name: Warn when SonarQube scan fails
24
if: ${{ steps.sonarqube_scan.outcome == 'failure' }}
25
- run: >
+ run: |
26
echo "::warning::SonarQube scan failed. This can be caused by transient Sonar host connectivity issues.
27
Check the SonarQube step logs at ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}
28
and re-run the workflow if needed."
0 commit comments