Просмотр исходного кода

Merge pull request #402 from external-secrets/fix/gh-actions-syntax

fix: gh actions syntax
paul-the-alien[bot] 4 лет назад
Родитель
Сommit
1c85f8915c
1 измененных файлов с 1 добавлено и 1 удалено
  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