We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a79dbc commit dd9cafbCopy full SHA for dd9cafb
.github/workflows/release-java-bindings.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Checkout sources
16
uses: actions/checkout@v4
17
with:
18
- ref: master
+ ref: ${{ inputs.ref }}
19
20
- name: Install Rust
21
uses: dtolnay/rust-toolchain@1.74.1
0 commit comments