Merge pull request #638 from tj-actions/chore/log-github-context
chore: log the github context in the test
This commit is contained in:
commit
0144a27348
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@ -303,6 +303,8 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
- name: Show github context
|
||||||
|
run: echo '${{ toJSON(github) }}'
|
||||||
- name: Run changed-files with defaults
|
- name: Run changed-files with defaults
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: ./
|
uses: ./
|
||||||
|
Loading…
x
Reference in New Issue
Block a user