This is an automated email from the ASF dual-hosted git repository.

haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 81a8774  Enable sonar-coveralls for pr from fork repos (#3293)
81a8774 is described below

commit 81a87747766dcea16da3f4cc1928eb6f33c3ba51
Author: HTHou <[email protected]>
AuthorDate: Wed Jun 2 17:25:29 2021 +0800

    Enable sonar-coveralls for pr from fork repos (#3293)
---
 .github/workflows/sonar-coveralls.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar-coveralls.yml 
b/.github/workflows/sonar-coveralls.yml
index ab295bc..9eb99ad 100644
--- a/.github/workflows/sonar-coveralls.yml
+++ b/.github/workflows/sonar-coveralls.yml
@@ -65,5 +65,5 @@ jobs:
           -Dsonar.host.url=https://sonarcloud.io \
           -Dsonar.login=${{ secrets.SONARCLOUD_TOKEN }} \
           -Dsonar.pullrequest.key=$PR_NUMBER \
-          -Dsonar.scm.revision=${{ github.event.pull_request.head.sha }} \
+          -Dsonar.scm.revision=git ${{ github.event.pull_request.head.sha }} \
           -DskipTests -pl '!distribution' -am

Reply via email to