We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1671808 commit 19e13bbCopy full SHA for 19e13bb
1 file changed
.github/workflows/ci-cd.yml
@@ -72,7 +72,6 @@ jobs:
72
DEST_DIR: sdk
73
ARGS: --acl public-read --follow-symlinks --cache-control max-age=31536000,public
74
75
-
76
- name: SonarQube Scan (Push)
77
if: github.event_name == 'push'
78
uses: SonarSource/sonarcloud-github-action@v1.8
@@ -104,4 +103,4 @@ jobs:
104
103
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
105
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
106
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
107
- -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
+ -Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
0 commit comments