From 2e9c1a0f7b70b0cddb44f712c9f103ff841aa88c Mon Sep 17 00:00:00 2001 From: metacollin Date: Thu, 8 Feb 2024 01:57:58 -0700 Subject: [PATCH] Update coverage.yml --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b1b2e78..571c94a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -35,7 +35,7 @@ jobs: uses: py-cov-action/python-coverage-comment-action@v3 with: GITHUB_TOKEN: ${{ github.token }} - GITHUB_PR_RUN_ID: ${{ github.event.workflow_run.id }} + GITHUB_PR_RUN_ID: ${{ github.run_id }} - name: Store Pull Request comment to be posted uses: actions/upload-artifact@v3