Skip to content

Commit e49385b

Browse files
committed
fix action error
1 parent b521f68 commit e49385b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ jobs:
8383
with:
8484
fetch-depth: 0
8585
- name: SonarCloud Scan
86-
uses: SonarSource/sonarqube-scan-action@${{ vars.SONAR_SCAN_ACTION_VER }}
86+
uses: SonarSource/sonarqube-scan-action@${{ secrets.SONAR_SCAN_ACTION_VER }}
8787
env:
8888
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)