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.
1 parent c0a8eb9 commit 5e88a17Copy full SHA for 5e88a17
.github/actions/check-codescanning-config/action.yml
@@ -62,8 +62,7 @@ runs:
62
- name: Check config
63
working-directory: ${{ github.action_path }}
64
shell: bash
65
- run: ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" '$EXPECTED_CONFIG_FILE_CONTENTS'
66
-
+ run: ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
67
- name: Clean up
68
69
if: always()
0 commit comments