Skip to content

Commit 6b154a9

Browse files
committed
Fix for the action p.3
1 parent 5bebd6f commit 6b154a9

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.github/workflows/benchmark-pr-comment.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,12 @@ jobs:
3333

3434
steps:
3535
- uses: actions/checkout@v4
36+
with:
37+
repository: ${{ github.repository }}
38+
ref: ${{ github.event.repository.default_branch }}
39+
40+
- name: Fetch gh-pages for baseline comparison
41+
run: git fetch origin gh-pages:gh-pages
3642

3743
- name: Download benchmark artifact
3844
uses: actions/download-artifact@v4
@@ -68,6 +74,12 @@ jobs:
6874

6975
steps:
7076
- uses: actions/checkout@v4
77+
with:
78+
repository: ${{ github.repository }}
79+
ref: ${{ github.event.repository.default_branch }}
80+
81+
- name: Fetch gh-pages for baseline comparison
82+
run: git fetch origin gh-pages:gh-pages
7183

7284
- name: Download benchmark artifact
7385
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)