We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4d7364 commit fad852dCopy full SHA for fad852d
.github/workflows/try-runtime.yml
@@ -31,6 +31,8 @@ jobs:
31
steps:
32
- name: Fetch latest code
33
uses: actions/checkout@v4
34
+ with:
35
+ ref: refs/pull/${{ github.event.issue.number }}/head
36
- name: Try-Runtime
37
# It is recommended to use a specific version of the action in production.
38
#
0 commit comments