From f879c91b4ab4a2dabc55dbd69d4d49e575ef6351 Mon Sep 17 00:00:00 2001 From: "Hiroaki@R-Koubou" Date: Wed, 15 Nov 2023 23:38:36 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=87=E3=83=95=E3=82=A9=E3=83=AB=E3=83=88?= =?UTF-8?q?=E5=80=A4=E3=81=AE=E5=A4=89=E6=95=B0=E5=8C=96=E5=8F=96=E3=82=8A?= =?UTF-8?q?=E6=B6=88=E3=81=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index de5a2019..0a27bea3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,7 +1,6 @@ name: "Build Apps (Manually)" env: - WORKFLOW_DEFAULT_APP_KIND: "CLI, WPF, Xamarin.Mac" DOTNET_SDK_VERSION: '7.0.*' on: @@ -10,7 +9,7 @@ on: build-app-kind: required: true type: string - default: ${{ env.WORKFLOW_DEFAULT_APP_KIND }} + default: "CLI, WPF, Xamarin.Mac" build-configuration: required: true type: string @@ -21,7 +20,7 @@ on: description: "Kind of Application" required: true type: string - default: ${{ env.WORKFLOW_DEFAULT_APP_KIND }} + default: "CLI, WPF, Xamarin.Mac" build-configuration: description: "Build configuration" required: true