From fcf4d763507d3ab04852265d0122e8bfedbc3d48 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sat, 27 Apr 2024 17:01:36 +1000 Subject: [PATCH] add debug --- .github/workflows/pr.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 145c156f..a033cd38 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -6,6 +6,15 @@ on: types: [submitted] jobs: + debug_context: + name: Debug Context + runs-on: ubuntu-latest + steps: + - name: Print GitHub Context + run: echo "$GITHUB_CONTEXT" + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + check_docs: name: Check Docs if: ${{github.repository == 'wailsapp/wails' && contains(github.head_ref,'feature/')}}