We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9707da1 commit fcbd87cCopy full SHA for fcbd87c
.github/workflows/sonar.yml
@@ -50,6 +50,6 @@ jobs:
50
if: env.SONAR_TOKEN != ''
51
with:
52
args: >
53
- -Dsonar.pullrequest.key=${{ inputs.pr_id }} \
54
- -Dsonar.pullrequest.branch=${{ steps.pr.outputs.head_ref }} \
+ -Dsonar.pullrequest.key=${{ inputs.pr_id }}
+ -Dsonar.pullrequest.branch=${{ steps.pr.outputs.head_ref }}
55
-Dsonar.pullrequest.base=${{ steps.pr.outputs.base_ref }}
0 commit comments