Sonarcloud check out upstream develop not fork develop (#8622)
This commit is contained in:
parent
7603132c32
commit
6ffd12a027
1 changed files with 1 additions and 0 deletions
1
.github/workflows/sonarqube.yml
vendored
1
.github/workflows/sonarqube.yml
vendored
|
@ -33,5 +33,6 @@ jobs:
|
||||||
revision: ${{ github.event.workflow_run.head_sha }}
|
revision: ${{ github.event.workflow_run.head_sha }}
|
||||||
coverage_workflow_name: tests.yml
|
coverage_workflow_name: tests.yml
|
||||||
coverage_run_id: ${{ github.event.workflow_run.id }}
|
coverage_run_id: ${{ github.event.workflow_run.id }}
|
||||||
|
upstream_repo: matrix-org/matrix-react-sdk
|
||||||
secrets:
|
secrets:
|
||||||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
|
||||||
|
|
Loading…
Reference in a new issue