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 53ce425Copy full SHA for 53ce425
.github/workflows/publish-pr-coverage-results.yml
@@ -16,9 +16,9 @@ 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 }}
+ # - uses: actions/checkout@v4
+ # with:
+ # ref: ${{ github.event.workflow_run.head_branch }}
22
23
- name: 'Download artifact'
24
uses: actions/download-artifact@v4
0 commit comments