File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 61
61
args : >
62
62
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
63
63
-Dsonar.projectName=${{ github.event.repository.name }}
64
- -Dsonar.projectKey=' splitsoftware_split-sdk-php'
65
- -Dsonar.exclusions=' **/tests/**/*.*'
64
+ -Dsonar.projectKey=" splitsoftware_split-sdk-php"
65
+ -Dsonar.exclusions=" **/tests/**/*.*"
66
66
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
67
67
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
68
68
76
76
args : >
77
77
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
78
78
-Dsonar.projectName=${{ github.event.repository.name }}
79
- -Dsonar.projectKey=' splitsoftware_split-sdk-php'
80
- -Dsonar.exclusions=' **/tests/**/*.*'
79
+ -Dsonar.projectKey=" splitsoftware_split-sdk-php"
80
+ -Dsonar.exclusions=" **/tests/**/*.*"
81
81
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
82
82
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
83
83
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
You can’t perform that action at this time.
0 commit comments