Skip to content

Commit aa347e1

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

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ jobs:
5050
steps:
5151
- name: Checkout code
5252
uses: actions/checkout@v2
53+
with:
54+
fetch-depth: 0
5355

5456
- name: SonarQube Scan (Push)
5557
if: github.event_name == 'push'
@@ -61,7 +63,7 @@ jobs:
6163
args: >
6264
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
6365
-Dsonar.projectName=${{ github.event.repository.name }}
64-
-Dsonar.projectKey="splitsoftware_split-sdk-php"
66+
-Dsonar.projectKey=splitsoftware_split-sdk-php
6567
-Dsonar.exclusions="**/tests/**/*.*"
6668
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
6769
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"
@@ -76,7 +78,7 @@ jobs:
7678
args: >
7779
-Dsonar.host.url=${{ secrets.SONARQUBE_HOST }}
7880
-Dsonar.projectName=${{ github.event.repository.name }}
79-
-Dsonar.projectKey="splitsoftware_split-sdk-php"
81+
-Dsonar.projectKey=splitsoftware_split-sdk-php
8082
-Dsonar.exclusions="**/tests/**/*.*"
8183
-Dsonar.links.ci="https://github.com/splitio/${{ github.event.repository.name }}/actions"
8284
-Dsonar.links.scm="https://github.com/splitio/${{ github.event.repository.name }}"

0 commit comments

Comments
 (0)