File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
.github/actions/check-codescanning-config Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 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 }}'
5756
5857 - name : Install dependencies
5958 shell : bash
6261 - name : Check config
6362 working-directory : ${{ github.action_path }}
6463 shell : bash
65- run : echo "$EXPECTED_CONFIG_FILE_CONTENTS"; ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
64+ env :
65+ EXPECTED_CONFIG_FILE_CONTENTS : ' ${{ inputs.expected-config-file-contents }}'
66+ run : |
67+ echo "EXPECTED_CONFIG_FILE_CONTENTS = $EXPECTED_CONFIG_FILE_CONTENTS"
68+ ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
6669 - name : Clean up
6770 shell : bash
6871 if : always()
You can’t perform that action at this time.
0 commit comments