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:
1616 dotnet_sdk_version :
1717 description : ' .NET SDK version'
1818 required : false
19- default : vars.DEFAULT_DOTNET_SDK_VERSION
19+ default : ${{ vars.DEFAULT_DOTNET_SDK_VERSION }}
2020 build-configuration :
2121 description : ' Build configuration. Default: vars.DEFAULT_BUILD_CONFIGURATION'
2222 required : false
23- default : vars.DEFAULT_BUILD_CONFIGURATION
23+ default : ${{ vars.DEFAULT_BUILD_CONFIGURATION }}
2424 build-platform :
2525 description : ' Build platform. Deafult: vars.DEFAULT_BUILD_PLATFORM'
2626 required : false
27- default : vars.DEFAULT_BUILD_PLATFORM
27+ default : ${{ vars.DEFAULT_BUILD_PLATFORM }}
2828 build-glob-pattern :
2929 description : ' Search pattern for source code. Default: vars.SRC_SEARCH_PATTERN'
3030 required : false
31- default : vars.SRC_SEARCH_PATTERN
31+ default : ${{ vars.SRC_SEARCH_PATTERN }}
3232 upload-build-artifacts :
3333 description : ' Upload build artifacts, Default: '' true'' '
3434 required : false
You can’t perform that action at this time.
0 commit comments