Skip to content

Commit 7b66000

Browse files
committed
chore: ensure consistent environment variable formatting in SonarCloud scan workflow
1 parent 2e74e41 commit 7b66000

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/sonarcloud-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ jobs:
9191
env:
9292
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
9393
SONAR_TOKEN: ${{ secrets.SONAR_CLOUD_TOKEN }}
94-
LC_ALL: "C.UTF-8"
94+
LC_ALL: "C.UTF-8"

0 commit comments

Comments
 (0)