diff --git a/.github/workflows/debug-test.yml b/.github/workflows/debug-test.yml new file mode 100644 index 0000000000..6eccbf060a --- /dev/null +++ b/.github/workflows/debug-test.yml @@ -0,0 +1,12 @@ +name: Debug GitHub Context +on: + push: + branches: + - bob-action-debugging + +jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: Print GitHub Context + run: echo '${{ toJson(github) }}'