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

View File

@@ -303,6 +303,8 @@ jobs:
with:
submodules: true
fetch-depth: 0
- name: Show github context
run: echo '${{ toJSON(github) }}'
- name: Run changed-files with defaults
id: changed-files
uses: ./