We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
expected-config-file-contents
1 parent 5e88a17 commit a9f7529Copy full SHA for a9f7529
.github/actions/check-codescanning-config/action.yml
@@ -53,7 +53,7 @@ runs:
53
db-location: ${{ runner.temp }}/codescanning-config-cli-test
54
env:
55
CODEQL_ACTION_TEST_MODE: 'true'
56
- EXPECTED_CONFIG_FILE_CONTENTS: ${{ inputs.expected-config-file-contents }}
+ EXPECTED_CONFIG_FILE_CONTENTS: '${{ inputs.expected-config-file-contents }}'
57
58
- name: Install dependencies
59
shell: bash
0 commit comments