Skip to content

Commit

Permalink
Uses proper ref name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszlenart committed Dec 30, 2024
1 parent 838c553 commit ff9aae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
cache: 'maven'
- name: Build with Maven
run: ./mvnw -B -V package -DskipTests=true
- name: SonarCloud Scan on ${{ github.head_ref }}
- name: SonarCloud Scan on ${{ github.ref }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit ff9aae4

Please sign in to comment.