From ac8453bad31ffeb91ddece1d6b4b1963c09d0623 Mon Sep 17 00:00:00 2001 From: bobular Date: Thu, 20 Mar 2025 12:07:56 +0000 Subject: [PATCH 1/2] Create debug-test.yml Wanted to figure out what `github.push.pa` property is/was. --- .github/workflows/debug-test.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/workflows/debug-test.yml diff --git a/.github/workflows/debug-test.yml b/.github/workflows/debug-test.yml new file mode 100644 index 0000000000..c599505a08 --- /dev/null +++ b/.github/workflows/debug-test.yml @@ -0,0 +1,12 @@ +name: Debug GitHub Context +on: + push: + branches: + - main + +jobs: + debug: + runs-on: ubuntu-latest + steps: + - name: Print GitHub Context + run: echo '${{ toJson(github) }}' From 65f0ad1ceaab50c1ecb6ee4f903ea27a5f9a6e7e Mon Sep 17 00:00:00 2001 From: bobular Date: Thu, 20 Mar 2025 12:16:00 +0000 Subject: [PATCH 2/2] Update debug-test.yml --- .github/workflows/debug-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/debug-test.yml b/.github/workflows/debug-test.yml index c599505a08..6eccbf060a 100644 --- a/.github/workflows/debug-test.yml +++ b/.github/workflows/debug-test.yml @@ -2,7 +2,7 @@ name: Debug GitHub Context on: push: branches: - - main + - bob-action-debugging jobs: debug: