From c694f1064c5a975061a8251488bdd65a363f3d84 Mon Sep 17 00:00:00 2001 From: Jake Morrison Date: Sat, 7 Oct 2023 14:50:52 -0500 Subject: [PATCH] Debug event --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 05b75d4..0d34822 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -141,8 +141,8 @@ jobs: DOCKER_FILE: deploy/${{ matrix.os }}.Dockerfile VAR: ${{ matrix.elixir }}-erlang-${{ matrix.otp }}-${{ matrix.os }}-${{ matrix.build_os_ver }} steps: - # - name: Dump event - # run: cat "$GITHUB_EVENT_PATH" + - name: Dump event + run: cat "$GITHUB_EVENT_PATH" - name: Cancel previous runs in progress uses: styfle/cancel-workflow-action@0.11.0 @@ -151,7 +151,7 @@ jobs: - name: Debug environment run: | - echo "environment: ${{ event.deployment.environment }}" + echo "environment: ${{ github.event.deployment.environment }}" - name: Check out source uses: actions/checkout@v4