зеркало из https://github.com/microsoft/2LCS.git
Fix workflow_dispatch inputs
This commit is contained in:
Родитель
1a1139c51e
Коммит
a7dbe588b8
|
@ -9,14 +9,13 @@ name: Build and add to new release
|
|||
# trigger manually
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
||||
inputs:
|
||||
release_name:
|
||||
description: 'Name of the release (e.g. v.0.47.0)'
|
||||
required: true
|
||||
version:
|
||||
description: 'Version of the release (e.g. 0.47.0)'
|
||||
required: true
|
||||
inputs:
|
||||
release_name:
|
||||
description: 'Name of the release (e.g. v.0.47.0)'
|
||||
required: true
|
||||
version:
|
||||
description: 'Version of the release (e.g. 0.47.0)'
|
||||
required: true
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Загрузка…
Ссылка в новой задаче