From c616a13ea62e3c3f2e3817db147ff46cda93a4d3 Mon Sep 17 00:00:00 2001 From: Nogweii <14547+nogweii@users.noreply.github.com> Date: Mon, 29 May 2023 18:09:43 -0700 Subject: [PATCH] workflow_call doesn't support the choice input (#37) --- .github/workflows/container.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 8ed4666..b162b37 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -7,10 +7,7 @@ on: required: true default: 'preview' description: 'Suwayomi Release Type' - type: choice - options: - - stable - - preview + type: string do_upload: required: true default: true