Add support for workloads input (#693)

* Add workloads input

* fix typo

* resloves conflicts

* Doc update

---------

Co-authored-by: gowridurgad <[email protected]>
This commit is contained in:
gowridurgad
2026-01-28 18:12:03 -06:00
committed by GitHub
co-authored by gowridurgad
parent baa11fbfe1
commit 131b410979
5 changed files with 94 additions and 0 deletions
+3
View File
@@ -24,6 +24,9 @@ inputs:
cache-dependency-path:
description: 'Used to specify the path to a dependency file: packages.lock.json. Supports wildcards or a list of file names for caching multiple dependencies.'
required: false
workloads:
description: 'Optional SDK workloads to install for additional platform support. Examples: wasm-tools, maui, aspire.'
required: false
outputs:
cache-hit:
description: 'A boolean value to indicate if a cache was hit.'