Skip to content

Commit 0119c07

Browse files
committed
Merge remote-tracking branch 'origin/update-from-template' into develop
2 parents d0335d3 + 403faee commit 0119c07

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,7 @@ jobs:
2929
outputs:
3030
hasToken: ${{ steps.check-token.outputs.has }}
3131
steps:
32-
- name: Check Token
33-
id: check-token
32+
- id: check-token
3433
run: |
3534
[ -z $SONAR_TOKEN ] && echo "has=false" || echo "has=true" >> "$GITHUB_OUTPUT"
3635
env:

0 commit comments

Comments
 (0)