Skip to content

Commit da5e548

Browse files
kranthipoturajuKranthi Poturaju
andauthored
docs(action): explicitly mark all optional inputs with required: false (#737)
Co-authored-by: Kranthi Poturaju <[email protected]>
1 parent 9bd3b44 commit da5e548

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

action.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,25 @@ branding:
77
inputs:
88
dotnet-version:
99
description: 'Optional SDK version(s) to use. If not provided, will install global.json version when available. Examples: 2.2.104, 3.1, 3.1.x, 3.x, 6.0.2xx, latest'
10+
required: false
1011
dotnet-quality:
1112
description: 'Optional quality of the build. The possible values are: daily, preview, ga.'
13+
required: false
1214
dotnet-channel:
1315
description: 'Optional channel for the installation. The possible values are: STS, LTS, A.B (e.g. 8.0), A.B.Cxx (e.g. 8.0.1xx, available since 5.0). To be used with "dotnet-version: latest".'
16+
required: false
1417
global-json-file:
1518
description: 'Optional global.json location, if your global.json isn''t located in the root of the repo.'
19+
required: false
1620
source-url:
1721
description: 'Optional package source for which to set up authentication. Will consult any existing NuGet.config in the root of the repo and provide a temporary NuGet.config using the NUGET_AUTH_TOKEN environment variable as a ClearTextPassword'
22+
required: false
1823
owner:
1924
description: 'Optional OWNER for using packages from GitHub Package Registry organizations/users other than the current repository''s owner. Only used if a GPR URL is also provided in source-url'
25+
required: false
2026
config-file:
2127
description: 'Optional NuGet.config location, if your NuGet.config isn''t located in the root of the repo.'
28+
required: false
2229
cache:
2330
description: 'Optional input to enable caching of the NuGet global-packages folder'
2431
required: false

0 commit comments

Comments
 (0)