Skip to content

Commit 62ae64f

Browse files
authored
add checkout ref in gmc e2e workflow (#450)
Signed-off-by: Yingchun Guo <[email protected]>
1 parent 631d841 commit 62ae64f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gmc-e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Checkout out Repo
4545
uses: actions/checkout@v4
4646
with:
47-
fetch-depth: 0
47+
ref: "refs/pull/${{ github.event.number }}/merge"
4848

4949
- name: Set variables
5050
run: |

0 commit comments

Comments
 (0)