From 5343ca95b231b111b8f005656524d4199e888a2c Mon Sep 17 00:00:00 2001 From: volodya-lombrozo Date: Tue, 25 Feb 2025 13:12:04 +0300 Subject: [PATCH] feat(#3935): print debug info for 'post-comment' workflow --- .github/workflows/post-comment.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/post-comment.yaml b/.github/workflows/post-comment.yaml index 1703185226..78317fa824 100644 --- a/.github/workflows/post-comment.yaml +++ b/.github/workflows/post-comment.yaml @@ -13,6 +13,12 @@ jobs: post-comment: runs-on: ubuntu-latest steps: + - name: Dump GitHub context + env: + GITHUB_CONTEXT: ${{ toJson(github) }} + run: echo "$GITHUB_CONTEXT" + - name: Show PR Number + run: echo "The PR number is ${{ github.event.workflow_run.pull_requests[0].number }}" - name: Download Benchmark Comment uses: actions/download-artifact@v4 with: