diff --git a/.github/workflows/debug.yml b/.github/workflows/debug.yml new file mode 100644 index 0000000000..f1318b0cc0 --- /dev/null +++ b/.github/workflows/debug.yml @@ -0,0 +1,11 @@ +name: Debug +on: status + +jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: Debug + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT"