We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d39ccb4 commit d7b9300Copy full SHA for d7b9300
.github/workflows/multi-platform.yml
@@ -12,7 +12,7 @@ on:
12
# - '.github/**'
13
workflow_call:
14
inputs:
15
- RELEASE_CHANNEL:
+ release-channel:
16
description: "Release channel (stable or edge)"
17
required: true
18
type: string
@@ -25,7 +25,7 @@ on:
25
26
workflow_dispatch:
27
28
29
30
31
@@ -38,7 +38,7 @@ on:
38
39
env:
40
GIT_VERSION: ${{github.event.inputs.release-ver}}
41
- RELEASE_CHANNEL: ${{github.event.inputs.RELEASE_CHANNEL || inputs.RELEASE_CHANNEL }}
+ RELEASE_CHANNEL: ${{github.event.inputs.release-channel || inputs.release-channel }}
42
43
jobs:
44
print-inputs:
0 commit comments