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' }}