Skip to content

Commit 20dd5fd

Browse files
author
LE SAULNIER Kevin
committed
fix param
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 46b0a20 commit 20dd5fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/dispatch-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
description: Release version (vX.X)
88
required: true
99
type: string
10-
branch_name:
10+
branch-name:
1111
description: Branch to release (prepare-release-X.X)
1212
required: true
1313
type: string
@@ -73,7 +73,7 @@ jobs:
7373
cd $folder
7474
7575
version=${{github.event.inputs.release-version}}
76-
branch_name=${{github.event.inputs.branch_name}}
76+
branch_name=${{github.event.inputs.branch-name}}
7777
7878
gh workflow run release.yml \
7979
--ref main \

0 commit comments

Comments
 (0)