Skip to content

Commit fcbd87c

Browse files
committed
ci: fixes sonar workflow [skip ci]
1 parent 9707da1 commit fcbd87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/sonar.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,6 @@ jobs:
5050
if: env.SONAR_TOKEN != ''
5151
with:
5252
args: >
53-
-Dsonar.pullrequest.key=${{ inputs.pr_id }} \
54-
-Dsonar.pullrequest.branch=${{ steps.pr.outputs.head_ref }} \
53+
-Dsonar.pullrequest.key=${{ inputs.pr_id }}
54+
-Dsonar.pullrequest.branch=${{ steps.pr.outputs.head_ref }}
5555
-Dsonar.pullrequest.base=${{ steps.pr.outputs.base_ref }}

0 commit comments

Comments
 (0)