Skip to content

Commit 7017011

Browse files
Added branch name sonarcloud.yml
1 parent ae1ec00 commit 7017011

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
@@ -26,6 +26,6 @@ jobs:
2626
env:
2727
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
2828
run: |
29-
dotnet-sonarscanner begin /k:"infobip-api-csharp-client" /o:"infobip" /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
29+
dotnet-sonarscanner begin /k:"infobip-api-csharp-client" /o:"infobip" /d:sonar.login="${{ secrets.SONAR_TOKEN }}" /d:sonar.branch.name="master"
3030
dotnet build
3131
dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"

0 commit comments

Comments
 (0)