Skip to content

Commit 6be9645

Browse files
Update complete-workflow.yml
1 parent e2bcde2 commit 6be9645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/complete-workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
java-version: '21'
1414
distribution: 'zulu'
1515
cache: maven
16-
- name: Build with Maven cloud
16+
- name: Run Sonar Analysis with cloud
1717
run: mvn -B verify sonar:sonar -Dsonar.projectKey=dotnetgithubactionsproject -Dsonar.organization=dotnetgithubactionsorg -Dsonar.host.url=https://sonarcloud.io -Dsonar.token=$SONAR_TOKEN
1818
env:
1919
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)