We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7b6b3c commit f5e902eCopy full SHA for f5e902e
.github/workflows/sonarcube.yml
@@ -80,7 +80,7 @@ jobs:
80
81
82
- name: End SonarQube Cloud scanner
83
- if: steps.sonar_begin.outcome == 'success'
+ if: steps.sonar_begin.conclusion == 'success'
84
env:
85
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
86
run: dotnet sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
0 commit comments