Skip to content

Commit 8d1e1cc

Browse files
committed
build: Fix sonar step
1 parent cbd87d1 commit 8d1e1cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: ./mvnw verify
2323

2424
- name: Scan with SonarCloud
25-
if: ${{ env.SECRET_AUTH != '' }}
25+
if: ${{ secrets.SECRET_AUTH != '' }}
2626
uses: extenda/actions/sonar-scanner@v0
2727
with:
2828
sonar-host: https://sonarcloud.io

0 commit comments

Comments
 (0)