Skip to content

Commit fad852d

Browse files
authored
Correct ref (#1709)
1 parent b4d7364 commit fad852d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/try-runtime.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
steps:
3232
- name: Fetch latest code
3333
uses: actions/checkout@v4
34+
with:
35+
ref: refs/pull/${{ github.event.issue.number }}/head
3436
- name: Try-Runtime
3537
# It is recommended to use a specific version of the action in production.
3638
#

0 commit comments

Comments
 (0)