Skip to content

Commit 1b562a7

Browse files
committed
forgot to fetch
1 parent 2464d2b commit 1b562a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@ runs:
115115
cd ur
116116
git sparse-checkout init
117117
git sparse-checkout set unified-runtime
118-
git checkout ${{ inputs.build_ref }}
118+
git fetch origin ${{ inputs.build_ref }}
119+
git checkout FETCH_HEAD
119120
120121
# Configure UR
121122
mkdir build install

0 commit comments

Comments
 (0)