Skip to content

Commit 2e9e59e

Browse files
committed
Clean up sonarscan variable
1 parent 5231766 commit 2e9e59e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sonarscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
-DWFPREV_DATASOURCE_USERNAME=${{ secrets.PROXY_WF1_PREV_USER }} \
116116
-DWFPREV_DATASOURCE_PASSWORD=${{ secrets.PROXY_WF1_PREV_PASSWORD }} \
117117
-DWFPREV_BASE_URL=${{ vars.WFPREV_BASE_URL }} \
118-
-DWFPREV_GDB_FUNCTION_NAME=${{ vars.WFPREV_GDB_FUNCTION_NAME }} \
118+
-DWFPREV_GDB_FUNCTION_NAME=${{ vars.WFPREV_GDB_FUNCTION_NAME }}
119119
- name: SonarCloud Scan Action
120120
uses: SonarSource/sonarcloud-github-action@master
121121

0 commit comments

Comments
 (0)