Skip to content

Commit 19e13bb

Browse files
authored
lint
1 parent 1671808 commit 19e13bb

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ jobs:
7272
DEST_DIR: sdk
7373
ARGS: --acl public-read --follow-symlinks --cache-control max-age=31536000,public
7474

75-
7675
- name: SonarQube Scan (Push)
7776
if: github.event_name == 'push'
7877
uses: SonarSource/sonarcloud-github-action@v1.8
@@ -104,4 +103,4 @@ jobs:
104103
-Dsonar.javascript.lcov.reportPaths=./coverage/lcov.info
105104
-Dsonar.pullrequest.key=${{ github.event.pull_request.number }}
106105
-Dsonar.pullrequest.branch=${{ github.event.pull_request.head.ref }}
107-
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}
106+
-Dsonar.pullrequest.base=${{ github.event.pull_request.base.ref }}

0 commit comments

Comments
 (0)