Skip to content

Commit 6c49561

Browse files
remove quotes
1 parent 73bbd36 commit 6c49561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/shadow_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
artifactory-reader-role: private-reader # Override default public-reader
2727
artifactory-deployer-role: qa-deployer # Override default public-deployer
2828
run-shadow-scans: true
29-
maven-opts: "-Dsonar.organization=sonarsource -Dsonar.projectKey=SonarSource_sonar-java-jdt"
29+
maven-opts: -Dsonar.organization=sonarsource -Dsonar.projectKey=SonarSource_sonar-java-jdt
3030

3131
- name: Run IRIS Analysis
3232
uses: SonarSource/unified-dogfooding-actions/run-iris@v1

0 commit comments

Comments
 (0)