Skip to content

Commit a9f7529

Browse files
committed
Quote expected-config-file-contents input
1 parent 5e88a17 commit a9f7529

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/check-codescanning-config

1 file changed

+1
-1
lines changed

.github/actions/check-codescanning-config/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
db-location: ${{ runner.temp }}/codescanning-config-cli-test
5454
env:
5555
CODEQL_ACTION_TEST_MODE: 'true'
56-
EXPECTED_CONFIG_FILE_CONTENTS: ${{ inputs.expected-config-file-contents }}
56+
EXPECTED_CONFIG_FILE_CONTENTS: '${{ inputs.expected-config-file-contents }}'
5757

5858
- name: Install dependencies
5959
shell: bash

0 commit comments

Comments
 (0)