Skip to content

Commit d7b9300

Browse files
authored
Rename RELEASE_CHANNEL to release-channel in workflow
Signed-off-by: Lee Calcote <[email protected]>
1 parent d39ccb4 commit d7b9300

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/multi-platform.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
# - '.github/**'
1313
workflow_call:
1414
inputs:
15-
RELEASE_CHANNEL:
15+
release-channel:
1616
description: "Release channel (stable or edge)"
1717
required: true
1818
type: string
@@ -25,7 +25,7 @@ on:
2525

2626
workflow_dispatch:
2727
inputs:
28-
RELEASE_CHANNEL:
28+
release-channel:
2929
description: "Release channel (stable or edge)"
3030
required: true
3131
type: string
@@ -38,7 +38,7 @@ on:
3838

3939
env:
4040
GIT_VERSION: ${{github.event.inputs.release-ver}}
41-
RELEASE_CHANNEL: ${{github.event.inputs.RELEASE_CHANNEL || inputs.RELEASE_CHANNEL }}
41+
RELEASE_CHANNEL: ${{github.event.inputs.release-channel || inputs.release-channel }}
4242

4343
jobs:
4444
print-inputs:

0 commit comments

Comments
 (0)