Skip to content

Commit 2f04e96

Browse files
committed
Fix added quote
1 parent 80cbdc0 commit 2f04e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_scanning.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
shell: bash
5858
run: |
5959
export CODEQL_DIST="$(dirname "${{ steps.initialize-codeql.outputs.codeql-path }}")"
60-
export CODEQL_EXTRACTOR_JS_WIP_DATABASE"="${{ runner.temp }}/js-database"
60+
export CODEQL_EXTRACTOR_JS_WIP_DATABASE="${{ runner.temp }}/js-database"
6161
${{ github.workspace }}/scripts/compile-cds.sh
6262
6363
- name: Perform CodeQL Analysis

0 commit comments

Comments
 (0)