Quote expected-config-file-contents input

This commit is contained in:
Angela P Wen 2025-02-24 13:05:29 -08:00
parent 5e88a178fe
commit a9f7529f47

View file

@ -53,7 +53,7 @@ runs:
db-location: ${{ runner.temp }}/codescanning-config-cli-test
env:
CODEQL_ACTION_TEST_MODE: 'true'
EXPECTED_CONFIG_FILE_CONTENTS: ${{ inputs.expected-config-file-contents }}
EXPECTED_CONFIG_FILE_CONTENTS: '${{ inputs.expected-config-file-contents }}'
- name: Install dependencies
shell: bash