Skip to content

Commit 0bbfcad

Browse files
committed
Debug only: print environment variable
1 parent 7567eab commit 0bbfcad

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/check-codescanning-config

1 file changed

+1
-1
lines changed

.github/actions/check-codescanning-config/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ runs:
6262
- name: Check config
6363
working-directory: ${{ github.action_path }}
6464
shell: bash
65-
run: ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
65+
run: echo "$EXPECTED_CONFIG_FILE_CONTENTS"; ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
6666
- name: Clean up
6767
shell: bash
6868
if: always()

0 commit comments

Comments
 (0)