mirror of
https://github.com/tj-actions/changed-files
synced 2025-03-05 21:06:25 +00:00
chore: log the github context in the test
This commit is contained in:
parent
fa9e2ce8bf
commit
27dd522957
1 changed files with 2 additions and 0 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -303,6 +303,8 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Show github context
|
||||
run: echo '${{ toJSON(github) }}'
|
||||
- name: Run changed-files with defaults
|
||||
id: changed-files
|
||||
uses: ./
|
||||
|
|
Loading…
Add table
Reference in a new issue