3
0
Fork 0
mirror of https://github.com/tj-actions/changed-files synced 2025-02-21 05:28:14 +00:00

Merge pull request #662 from tj-actions/chore/dump-github-context

chore: dump github context
This commit is contained in:
Tonye Jack 2022-10-02 06:14:12 -06:00 committed by GitHub
commit dc786e7809
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: ./