Browse Source

fix: gh actions syntax

Lucas Severo Alves 4 years ago
parent
commit
c6fa6386eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -176,7 +176,7 @@ jobs:
           make test
 
       - name: SonarCloud Scans
-        if: secrets.SONAR_TOKEN != ''
+        if: ${{secrets.SONAR_TOKEN}} != ''
         uses: SonarSource/sonarcloud-github-action@master
         env:
           GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}  # Needed to get PR information, if any