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 dc2ab01 commit 70b3b6c
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 @@ -42,4 +42,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: ./gradlew sonar -Dsonar.branch.name ${{ github.head_ref || github.ref_name }}
run: ./gradlew sonar -Dsonar.branch.name=${{ github.head_ref || github.ref_name }}

0 comments on commit 70b3b6c

Please sign in to comment.