Skip to content

Commit 39b5565

Browse files
committed
Copied proper project key
1 parent 700c700 commit 39b5565

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
args: >
6262
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
6363
-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/**/*.*"
6666
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
6767
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
6868
@@ -76,8 +76,8 @@ jobs:
7676
args: >
7777
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
7878
-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/**/*.*"
8181
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
8282
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
8383
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)