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

twice pushed a commit to branch unstable
in repository https://gitbox.apache.org/repos/asf/kvrocks.git


The following commit(s) were added to refs/heads/unstable by this push:
     new cc9e6bde4 fix(ci): use the wrong string in sonar action arguments 
(#3284)
cc9e6bde4 is described below

commit cc9e6bde4e98297f77360cce9014a46eff4c6be0
Author: hulk <[email protected]>
AuthorDate: Mon Dec 1 21:17:08 2025 +0800

    fix(ci): use the wrong string in sonar action arguments (#3284)
    
    It should work well now. The following is CI on my repo and it failed at
    missing SONAR_TOKEN:
    
https://github.com/git-hulk/kvrocks/actions/runs/19819874006/job/56779553664.
---
 .github/workflows/sonar.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yaml b/.github/workflows/sonar.yaml
index 1915fc464..d7b5c3be2 100644
--- a/.github/workflows/sonar.yaml
+++ b/.github/workflows/sonar.yaml
@@ -79,7 +79,7 @@ jobs:
           SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
         with:
           args: >
-            -Dsonar.cfamily.build-wrapper-output="sonarcloud-data"
+            -Dsonar.cfamily.build-wrapper-output=sonarcloud-data
             -Dsonar.coverageReportPaths=sonarcloud-data/coverage.xml
             -Dsonar.projectKey=apache_kvrocks
             -Dsonar.organization=apache

Reply via email to