Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rbioteau authored Feb 15, 2023
1 parent d779fa1 commit f5575d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down

0 comments on commit f5575d6

Please sign in to comment.