Skip to content

Commit 9039e6f

Browse files
committed
ci: fixing interpolation
1 parent aa71d4d commit 9039e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pr-reporting.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
reporter: jest-junit # Format of test results
2020
- name: Download coverage artifacts with cli
2121
run: |
22-
gh run download {{ github.context.payload.workflow_run.id }} -n coverage
22+
gh run download ${{ github.context.payload.workflow_run.id }} -n coverage
2323
ls
2424
unzip coverage.zip
2525
- name: Code Coverage Summary Report

0 commit comments

Comments
 (0)