diff --git a/.github/workflows/coverage_comment.yml b/.github/workflows/coverage_comment.yml index f1ed09e42..e9f80271a 100644 --- a/.github/workflows/coverage_comment.yml +++ b/.github/workflows/coverage_comment.yml @@ -23,6 +23,8 @@ jobs: workflow_conclusion: success run_id: ${{ github.event.workflow_run.id }} name: code-coverage-results.md + - run: echo "${{ github.event.workflow_run.pull_requests[0].number }}" + - run: echo "${{ github.event }}" - name: Add PR comment uses: marocchino/sticky-pull-request-comment@v2 with: