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 7208437 commit e9e320e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Build Apps (Manually)"

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

on:
Expand All @@ -9,6 +10,7 @@ on:
build-app-kind:
required: true
type: string
default: ${{ env.WORKFLOW_DEFAULT_APP_KIND }}
build-configuration:
required: true
type: string
Expand All @@ -19,7 +21,7 @@ on:
description: "Kind of Application"
required: true
type: string
default: "CLI, WPF, Xamarin.Mac"
default: ${{ env.WORKFLOW_DEFAULT_APP_KIND }}
build-configuration:
description: "Build configuration"
required: true
Expand Down

0 comments on commit e9e320e

Please sign in to comment.