Merge pull request #638 from tj-actions/chore/log-github-context

chore: log the github context in the test
This commit is contained in:
Tonye Jack 2022-09-23 02:24:41 -06:00 committed by GitHub
commit 0144a27348
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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