Skip to content

Commit 09cf514

Browse files
committed
Fix
Signed-off-by: pipiland2612 <[email protected]>
1 parent 3422a79 commit 09cf514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-comment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Download all metrics artifacts from triggering workflow
2323
id: download-artifacts
24-
run: node .github/scripts/download-artifacts-and-get-pr.js
24+
run: node ./scripts/e2e/download_artifacts.js
2525
env:
2626
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2727

0 commit comments

Comments
 (0)