Skip to content

Commit 18c2e69

Browse files
authored
Fix: [AEA-0000] - Fix typo in java sonar (#10)
## Summary - Routine Change ### Details It turns out that `'true' != true` --------- Signed-off-by: Jim Wild <[email protected]>
1 parent e3120b3 commit 18c2e69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/quality-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ jobs:
326326
- name: "check is SONAR_TOKEN exists"
327327
env:
328328
super_secret: ${{ secrets.SONAR_TOKEN }}
329-
if: ${{ env.super_secret != '' && inputs.run_sonar == 'true' }}
329+
if: ${{ env.super_secret != '' && inputs.run_sonar == true }}
330330
run: echo "SONAR_TOKEN_EXISTS=true" >> "$GITHUB_ENV"
331331

332332
- name: Run SonarQube analysis

0 commit comments

Comments
 (0)