Skip to content

Commit

Permalink
chore: log the github context in the test
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Sep 23, 2022
1 parent fa9e2ce commit 27dd522
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 27dd522

Please sign in to comment.