Skip to content

Commit 5ee9df4

Browse files
committed
- removes unnecessary parameter
1 parent 761b982 commit 5ee9df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarcloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,4 @@ jobs:
7676
dotnet workload restore
7777
dotnet build
7878
dotnet test Microsoft.OpenApi.sln --no-build --verbosity normal /p:CollectCoverage=true /p:CoverletOutputFormat=opencover
79-
./.sonar/scanner/dotnet-sonarscanner end /d:sonar.token="${{ secrets.SONAR_TOKEN }}"
79+
./.sonar/scanner/dotnet-sonarscanner end

0 commit comments

Comments
 (0)