mirror of
https://github.com/Suwayomi/docker-tachidesk.git
synced 2025-12-10 06:42:12 +01:00
workflow_call doesn't support the choice input (#37)
This commit is contained in:
5
.github/workflows/container.yml
vendored
5
.github/workflows/container.yml
vendored
@@ -7,10 +7,7 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
default: 'preview'
|
default: 'preview'
|
||||||
description: 'Suwayomi Release Type'
|
description: 'Suwayomi Release Type'
|
||||||
type: choice
|
type: string
|
||||||
options:
|
|
||||||
- stable
|
|
||||||
- preview
|
|
||||||
do_upload:
|
do_upload:
|
||||||
required: true
|
required: true
|
||||||
default: true
|
default: true
|
||||||
|
|||||||
Reference in New Issue
Block a user