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 8677db5 commit f77717eCopy full SHA for f77717e
.github/workflows/ci.yml
@@ -200,5 +200,5 @@ jobs:
200
continue-on-error: true
201
with:
202
name: pr_number.txt
203
- path: pr_number.txt
+ path: .
204
compression-level: 0 # no compression
.github/workflows/coverage_report.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Download PR number
22
uses: actions/download-artifact@v4
23
24
- pattern: pr_number
+ pattern: pr_number.txt
25
path: .
26
github-token: ${{ secrets.GITHUB_TOKEN }}
27
run-id: ${{ github.event.workflow_run.id }}
0 commit comments