Updated .net actions.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user