Skip to content

Commit

Permalink
ci: Fix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 5, 2024
1 parent 61ddc06 commit 864e251
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 @@ -36,5 +36,5 @@ jobs:
args: >
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}
-Dsonar.pullrequest.key=${{ github.event.number }}
-Dsonar.pullrequest.branch=${{ github.event.head.ref }}
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}

0 comments on commit 864e251

Please sign in to comment.