Skip to content

Commit

Permalink
Merge pull request #638 from tj-actions/chore/log-github-context
Browse files Browse the repository at this point in the history
chore: log the github context in the test
  • Loading branch information
jackton1 committed Sep 23, 2022
2 parents fa9e2ce + 27dd522 commit 0144a27
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -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: ./
Expand Down

0 comments on commit 0144a27

Please sign in to comment.