From 7dc26ae903cb6eb5bdfc0881f10e5398f895cb98 Mon Sep 17 00:00:00 2001 From: Christopher Lindsay Date: Thu, 14 Dec 2023 17:38:13 -0500 Subject: [PATCH] chore: troubleshooting --- .github/workflows/dev_pr.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/dev_pr.yml b/.github/workflows/dev_pr.yml index 7c721cb77c..ffae72774a 100644 --- a/.github/workflows/dev_pr.yml +++ b/.github/workflows/dev_pr.yml @@ -46,6 +46,13 @@ jobs: runs-on: ubuntu-latest steps: + - name: Debug Info + run: | + echo "Event Name: ${{ github.event_name }}" + echo "Event Action: ${{ github.event.action }}" + echo "Pull Request Number: ${{ github.event.pull_request.number }}" + if: always() + - uses: actions/checkout@v3 - name: Download Frontend Artifacts