From 0b9b83f8b12263dd6e83e915d49f54ec9490a2be Mon Sep 17 00:00:00 2001 From: e-belfer Date: Tue, 13 Aug 2024 11:17:59 -0400 Subject: [PATCH] Dump GH context from a fork --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e93b2a3eab..2fa7406c20 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,6 +4,9 @@ name: release on: push jobs: + dump-context: + runs-on: ubuntu-latest + run: echo "$GITHUB_CONTEXT" build-distribution: name: Build catalystcoop.pudl distribution for PyPI runs-on: ubuntu-latest