We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbd87d1 commit 8d1e1ccCopy full SHA for 8d1e1cc
.github/workflows/pull_request.yaml
@@ -22,7 +22,7 @@ jobs:
22
run: ./mvnw verify
23
24
- name: Scan with SonarCloud
25
- if: ${{ env.SECRET_AUTH != '' }}
+ if: ${{ secrets.SECRET_AUTH != '' }}
26
uses: extenda/actions/sonar-scanner@v0
27
with:
28
sonar-host: https://sonarcloud.io
0 commit comments