Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankoppier committed Jun 25, 2024
1 parent a03fd77 commit dc2ab01
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
run: ./gradlew sonar -Dsonar.branch.name ${{ BRANCH_NAME }}
run: ./gradlew sonar -Dsonar.branch.name ${{ github.head_ref || github.ref_name }}

0 comments on commit dc2ab01

Please sign in to comment.