We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0bf79a commit b514ab1Copy full SHA for b514ab1
.github/workflows/elf.yml
@@ -15,6 +15,8 @@ jobs:
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v4
18
+ with:
19
+ ref: ${{ github.event.pull_request.head.ref }}
20
- name: Install SP1 toolchain
21
run: |
22
curl -L https://sp1.succinct.xyz | bash
0 commit comments