From eb8c15573c83c490c57d79b45ba0b4dedb93f2a0 Mon Sep 17 00:00:00 2001 From: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> Date: Fri, 4 Oct 2024 17:54:37 -0400 Subject: [PATCH] Did Deploy Preview break --- .github/workflows/deploy-preview.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index d2b2212d3..9106b6493 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -96,8 +96,8 @@ jobs: outputs: number: ${{ steps.number.outputs.pr-number || github.event.inputs.prNumber }} steps: - # - run: echo "${{ toJSON(github.event.workflow_run) }}" - # name: "debug workflow_run event" + - run: echo "${{ toJSON(github.event.workflow_run) }}" + name: "debug workflow_run event" - run: echo "${{ github.event.workflow_run.pull_requests[0].number }}" id: number