File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,19 +16,19 @@ inputs:
16
16
dotnet_sdk_version :
17
17
description : ' .NET SDK version'
18
18
required : false
19
- default : vars.DEFAULT_DOTNET_SDK_VERSION
19
+ default : ${{ vars.DEFAULT_DOTNET_SDK_VERSION }}
20
20
build-configuration :
21
21
description : ' Build configuration. Default: vars.DEFAULT_BUILD_CONFIGURATION'
22
22
required : false
23
- default : vars.DEFAULT_BUILD_CONFIGURATION
23
+ default : ${{ vars.DEFAULT_BUILD_CONFIGURATION }}
24
24
build-platform :
25
25
description : ' Build platform. Deafult: vars.DEFAULT_BUILD_PLATFORM'
26
26
required : false
27
- default : vars.DEFAULT_BUILD_PLATFORM
27
+ default : ${{ vars.DEFAULT_BUILD_PLATFORM }}
28
28
build-glob-pattern :
29
29
description : ' Search pattern for source code. Default: vars.SRC_SEARCH_PATTERN'
30
30
required : false
31
- default : vars.SRC_SEARCH_PATTERN
31
+ default : ${{ vars.SRC_SEARCH_PATTERN }}
32
32
upload-build-artifacts :
33
33
description : ' Upload build artifacts, Default: '' true'' '
34
34
required : false
You can’t perform that action at this time.
0 commit comments