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 7567eab commit 0bbfcadCopy full SHA for 0bbfcad
.github/actions/check-codescanning-config/action.yml
@@ -62,7 +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"
+ run: echo "$EXPECTED_CONFIG_FILE_CONTENTS"; ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
66
- name: Clean up
67
68
if: always()
0 commit comments