Skip to content

Commit 622febf

Browse files
committed
Fix action parameter name
1 parent ab9a839 commit 622febf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Checkout
2828
uses: actions/checkout@v4
2929
with:
30-
ref: ${{ inputs.ref }}
30+
ref: ${{ inputs.branch }}
3131
fetch-depth: '1'
3232
- name: Validate version
3333
shell: bash

0 commit comments

Comments
 (0)