Skip to content

Commit

Permalink
Correct slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
renzo-baasdam committed Mar 19, 2024
1 parent 9fc7956 commit 94965df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,5 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Needed to get PR information, if any
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
run: |
.\.sonar\scanner\dotnet-sonarscanner end \
./.sonar/scanner/dotnet-sonarscanner end \
/d:sonar.token="${{ secrets.SONAR_TOKEN }}"

0 comments on commit 94965df

Please sign in to comment.