Skip to content

Commit

Permalink
ci: Fix workflow syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Jul 5, 2024
1 parent 6deafdd commit b065e64
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 @@ -33,10 +33,10 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
with:
# Using ACTION_STEP_DEBUG to trigger verbose when debugging in Github Action
args: >
-Dsonar.scm.revision=${{ github.event.pull_request.head.sha }}
-Dsonar.pullrequest.key=${{ github.event.number }}
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
# To trigger verbose when debugging in Github Action
-Dsonar.verbose=${{ secrets.ACTIONS_STEP_DEBUG }}

0 comments on commit b065e64

Please sign in to comment.