mirror of
https://github.com/tj-actions/changed-files
synced 2025-01-17 09:17:46 +00:00
chore: dump github context
This commit is contained in:
parent
6a459d285a
commit
e73ff65381
1 changed files with 4 additions and 0 deletions
4
.github/workflows/test.yml
vendored
4
.github/workflows/test.yml
vendored
|
@ -263,6 +263,10 @@ jobs:
|
|||
with:
|
||||
submodules: true
|
||||
fetch-depth: 0
|
||||
- name: Dump GitHub context
|
||||
env:
|
||||
GITHUB_CONTEXT: ${{ toJson(github) }}
|
||||
run: echo "$GITHUB_CONTEXT"
|
||||
- name: Run changed-files with defaults
|
||||
id: changed-files
|
||||
uses: ./
|
||||
|
|
Loading…
Reference in a new issue