Skip to content

Commit

Permalink
chore(): fix workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
obalunenko committed Feb 18, 2021
1 parent 47c4b7d commit 93e8da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
with:
projectBaseDir: ${{ GITHUB_WORKSPACE }}
projectBaseDir: $GITHUB_WORKSPACE
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
Expand Down

0 comments on commit 93e8da1

Please sign in to comment.