Skip to content

Commit 1861036

Browse files
committed
Print config file to logs
1 parent 6ace05b commit 1861036

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/query-filter-test/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@ runs:
3636
db-location: ${{ runner.temp }}/query-filter-test
3737
env:
3838
TEST_MODE: "true"
39+
40+
- name: Print codeql-config file
41+
run: cat "${RUNNER_TEMP}/user-config.yaml"
42+
shell: bash
43+
3944
- uses: ./../action/analyze
4045
with:
4146
output: ${{ runner.temp }}/results

0 commit comments

Comments
 (0)