From f5575d6b9b27a40ae0cf877233b7c4f033057be8 Mon Sep 17 00:00:00 2001 From: Romain Bioteau Date: Wed, 15 Feb 2023 10:34:24 +0100 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c75179c..549351b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -34,7 +34,7 @@ jobs: SONAR_IS_SET: ${{ secrets.SONAR_TOKEN }} run: | echo "Is Sonar Set: ${{ env.SONAR_IS_SET != '' }}" - echo "::set-output name=sonar-enable::${{ env.SONAR_IS_SET != '' }}" + echo "sonar-enable=${{ env.SONAR_IS_SET != '' }}" >> $GITHUB_OUTPUT - name: Run Sonar if: ${{ steps.is-sonar-set.outputs.sonar-enable == 'true' }}