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

View File

@@ -263,6 +263,10 @@ jobs:
with: with:
submodules: true submodules: true
fetch-depth: 0 fetch-depth: 0
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Run changed-files with defaults - name: Run changed-files with defaults
id: changed-files id: changed-files
uses: ./ uses: ./