mirror of
https://github.com/actions/setup-dotnet.git
synced 2025-08-20 23:50:19 +00:00
Update action.yml
This commit is contained in:
parent
dd176f51cc
commit
6ca72f9d3f
@ -18,6 +18,9 @@ inputs:
|
|||||||
include-prerelease:
|
include-prerelease:
|
||||||
description: 'Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided.'
|
description: 'Whether prerelease versions should be matched with non-exact versions (for example 5.0.0-preview.6 being matched by 5, 5.0, 5.x or 5.0.x). Defaults to false if not provided.'
|
||||||
required: False
|
required: False
|
||||||
|
architecture:
|
||||||
|
description: 'Optional architecture to use. If not provided, will default to the OS architecture.'
|
||||||
|
required: False
|
||||||
runs:
|
runs:
|
||||||
using: 'node16'
|
using: 'node16'
|
||||||
main: 'dist/index.js'
|
main: 'dist/index.js'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user