diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ebbc252e3f..216c8723891 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: ./