add checkout ref in gmc e2e workflow (#450)

Signed-off-by: Yingchun Guo <yingchun.guo@intel.com>
This commit is contained in:
Ying Chun Guo
2024-07-24 13:30:07 +08:00
committed by GitHub
parent 631d841119
commit 62ae64f13c

View File

@@ -44,7 +44,7 @@ jobs:
- name: Checkout out Repo
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: "refs/pull/${{ github.event.number }}/merge"
- name: Set variables
run: |