Skip to content

Commit 97c4c05

Browse files
committed
Fixed SonarCloud action
1 parent 1236637 commit 97c4c05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
SONAR_HOST_URL: https://sonarcloud.io
6666
with:
6767
# omitted for now: -Dsonar.projectDescription=${{ env.projectDescription }}
68-
args: |
68+
args: >
6969
-Dsonar.organization=robtimus-github
7070
-Dsonar.projectKey=${{ env.projectName }}
7171
-Dsonar.links.homepage=${{ env.projectHomepage }}

0 commit comments

Comments
 (0)