Skip to content

Commit

Permalink
chore: dump github context
Browse files Browse the repository at this point in the history
  • Loading branch information
jackton1 committed Oct 2, 2022
1 parent 6a459d2 commit e73ff65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -263,6 +263,10 @@ jobs:
with:
submodules: true
fetch-depth: 0
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
run: echo "$GITHUB_CONTEXT"
- name: Run changed-files with defaults
id: changed-files
uses: ./
Expand Down

0 comments on commit e73ff65

Please sign in to comment.