Skip to content

Commit 5e88a17

Browse files
angelapwenCopilot
andauthored
Update .github/actions/check-codescanning-config/action.yml
Co-authored-by: Copilot <[email protected]>
1 parent c0a8eb9 commit 5e88a17

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +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'
66-
65+
run: ts-node ./index.ts "$RUNNER_TEMP/user-config.yaml" "$EXPECTED_CONFIG_FILE_CONTENTS"
6766
- name: Clean up
6867
shell: bash
6968
if: always()

0 commit comments

Comments
 (0)