File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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'
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 }}"
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 }}"
You can’t perform that action at this time.
0 commit comments