From 49a8db83c8e5acb468661d0f5b2733e7d49830ce Mon Sep 17 00:00:00 2001 From: Aurora Lahtela <24460436+AuroraLS3@users.noreply.github.com> Date: Tue, 7 Feb 2023 21:36:44 +0200 Subject: [PATCH] Fix ci.yml syntax --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 861b5d735..3617c039b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -108,7 +108,7 @@ jobs: with: branch: gh-pages # The branch the action should deploy to. folder: javadocs # The folder the action should deploy. - - name: 🩺 SonarCloud: Java + - name: 🩺 SonarCloud - Java if: "${{ env.SONAR_TOKEN != '' }}" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -116,7 +116,7 @@ jobs: run: | cd Plan ./gradlew sonar -Dsonar.host.url=https://sonarcloud.io -Dsonar.organization=player-analytics-plan - - name: 🩺 SonarCloud: React + - name: 🩺 SonarCloud - React if: "${{ env.SONAR_TOKEN != '' }}" uses: SonarSource/sonarcloud-github-action@master env: