From 53268d9f9e1b2d08847da57608a8af17b86f6229 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isaac=20Rold=C3=A1n?= Date: Fri, 16 Aug 2024 16:34:28 +0200 Subject: [PATCH] update snapit --- .github/workflows/snapit.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/snapit.yml b/.github/workflows/snapit.yml index cda1bf1512..9a5fe33014 100644 --- a/.github/workflows/snapit.yml +++ b/.github/workflows/snapit.yml @@ -14,8 +14,11 @@ jobs: if: ${{ github.event.issue.pull_request && github.event.comment.body == '/snapit' }} runs-on: ubuntu-latest steps: - - name: Print current branch reference - run: echo ${{ github.ref }} ${{ github.event.pull_request.head.ref }} + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: | + echo "$GITHUB_CONTEXT" - name: Checkout current branch uses: actions/checkout@v3 with: