Skip to content

Commit 0f30857

Browse files
committed
f
1 parent 08c39a9 commit 0f30857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/consistency.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
workflow_dispatch:
77
inputs:
88
version:
9-
description: "Version to check (e.g. v1.0.1-rc.0)"
9+
description: "Version to check"
1010
required: false
1111
default: "v1.1.1"
1212

@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
git clone https://github.com/openvm-org/openvm.git
3737
cd openvm
38-
git checkout feat/format-verifier
38+
git checkout ${VERSION}
3939
4040
- name: Run openvm setup
4141
run: |

0 commit comments

Comments
 (0)