From b980e08df49b3dafd3a97fa25712b124442fadec Mon Sep 17 00:00:00 2001 From: Murage <25152892+0xMurage@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:52:28 +0300 Subject: [PATCH] chore: dump git context --- .github/workflows/release.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4052676..9dfb7a2 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,4 +14,10 @@ jobs: - name: Get latest run: | - echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF" + echo "sha is $GITHUB_SHA and updated ref is $GITHUB_REF with" + + - name: Dump github context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" +