From 27dd5229573cdd9af42d60c2f85380021b21b637 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 23 Sep 2022 02:24:05 -0600 Subject: [PATCH] chore: log the github context in the test --- .github/workflows/test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ae6e38d5f9c..a8bba7f4e22 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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: ./