We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a4a7ae commit c4049f7Copy full SHA for c4049f7
1 file changed
.github/workflows/build-artifacts.yml
@@ -66,8 +66,7 @@ jobs:
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
run: |
69
- BRANCH_NAME=${GITHUB_REF#refs/heads/}
70
- ./gradlew sonar -Psonar.branch.name=${BRANCH_NAME} --info --scan
+ ./gradlew sonar -Psonar.branch.name=${GITHUB_REF#refs/heads/} --info --scan
71
72
- name: Upload Artifacts
73
uses: actions/upload-artifact@v4
0 commit comments