Skip to content

Commit

Permalink
デフォルト値の変数化取り消し
Browse files Browse the repository at this point in the history
  • Loading branch information
r-koubou committed Nov 15, 2023
1 parent e9e320e commit f879c91
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: "Build Apps (Manually)"

env:
WORKFLOW_DEFAULT_APP_KIND: "CLI, WPF, Xamarin.Mac"
DOTNET_SDK_VERSION: '7.0.*'

on:
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f879c91

Please sign in to comment.