We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0924c commit 212ff2dCopy full SHA for 212ff2d
.github/workflows/publish-pr-coverage-results.yml
@@ -16,9 +16,6 @@ jobs:
16
( github.event.workflow_run.conclusion == 'success' ||
17
github.event.workflow_run.conclusion == 'failure' ) }}
18
steps:
19
- - uses: actions/checkout@v4
20
- with:
21
- ref: ${{ github.event.workflow_run.head_branch }}
22
23
- name: 'Download artifact'
24
uses: actions/download-artifact@v4
0 commit comments