We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d0335d3 + 403faee commit 0119c07Copy full SHA for 0119c07
1 file changed
.github/workflows/sonar.yml
@@ -29,8 +29,7 @@ jobs:
29
outputs:
30
hasToken: ${{ steps.check-token.outputs.has }}
31
steps:
32
- - name: Check Token
33
- id: check-token
+ - id: check-token
34
run: |
35
[ -z $SONAR_TOKEN ] && echo "has=false" || echo "has=true" >> "$GITHUB_OUTPUT"
36
env:
0 commit comments