Skip to content

Commit

Permalink
Merge pull request #662 from tj-actions/chore/dump-github-context
Browse files Browse the repository at this point in the history
chore: dump github context
  • Loading branch information
jackton1 committed Oct 2, 2022
2 parents 6a459d2 + e73ff65 commit dc786e7
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 dc786e7

Please sign in to comment.