Skip to content

Commit

Permalink
GithubAction: add projectBaseDir
Browse files Browse the repository at this point in the history
  • Loading branch information
azak-azkaran committed Nov 6, 2020
1 parent 07bb7bc commit 939ea77
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
# You may pin to the exact commit or the version.
# uses: SonarSource/sonarcloud-github-action@f4c6e4d91ea9785ec823eaeed459042606123402
uses: SonarSource/sonarcloud-github-action@v1.4
working-directory: src/github.com/azak-azkaran/agent
with:
projectBaseDir: src/github.com/azak-azkaran/agent
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 939ea77

Please sign in to comment.