Updated .net actions.

This commit is contained in:
2025-07-07 20:58:04 -07:00
parent 50bfb1278e
commit d41bf186fe
11 changed files with 188 additions and 36 deletions

View File

@@ -54,14 +54,13 @@ runs:
- name: "Convert the Nuspec Yaml to XML"
id: xml
uses: act/common/yq/yq-convert@master
with:
with:
input: ${{ steps.trim.outputs.result }}
from: yaml
to: xml
- name: "Get id from input."
id: name
uses: act/common/yq/yq-expression@master
with:
with:
input: ${{ steps.merge.outputs.result }}
expression: .id