Skip to content

Commit

Permalink
wrong gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbalfour committed Sep 21, 2023
1 parent 9e7ee2c commit 8a1304a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jobs:
- name: Unit Test
run: yarn test

- uses: sonarsource/sonarcloud-scan-action@master
- name: SonarCloud Scan
uses: sonarsource/sonarcloud-github-action@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 comments on commit 8a1304a

Please sign in to comment.