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

lukaszlenart pushed a commit to branch fix/WW-5405-build-status
in repository https://gitbox.apache.org/repos/asf/struts.git


The following commit(s) were added to refs/heads/fix/WW-5405-build-status by 
this push:
     new 359c40912 WW-5405 Fixes typo in scope name
359c40912 is described below

commit 359c40912986c8f2097d66feabbb0e9b34755b77
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Tue Dec 10 18:00:49 2024 +0100

    WW-5405 Fixes typo in scope name
---
 .github/workflows/sonar.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml
index b98128b0f..01d9bf2aa 100644
--- a/.github/workflows/sonar.yml
+++ b/.github/workflows/sonar.yml
@@ -46,4 +46,4 @@ jobs:
           SONAR_TOKEN: ${{ secrets.SONARCLOUD_TOKEN }}
           MAIN_BRANCH: ${{ github.ref || github.base_ref || github.ref || 
github.base_ref }}
         if: ${{ github.ref == 'main' || github.base_ref == 'main' }}
-        run: ./mvnw -B verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.branch.name=${{ 
envs.MAIN_BRANCH }} -Pcoverage -DskipAssembly
+        run: ./mvnw -B verify 
org.sonarsource.scanner.maven:sonar-maven-plugin:sonar -Dsonar.branch.name=${{ 
env.MAIN_BRANCH }} -Pcoverage -DskipAssembly

Reply via email to