mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-27 17:05:35 +00:00
muiltiline github action test
This commit is contained in:
parent
cb4c41eebf
commit
8ed817916f
4
.github/workflows/test-yq.yml
vendored
4
.github/workflows/test-yq.yml
vendored
@ -15,8 +15,8 @@ jobs:
|
|||||||
id: get_value
|
id: get_value
|
||||||
uses: mikefarah/yq@master
|
uses: mikefarah/yq@master
|
||||||
with:
|
with:
|
||||||
cmd: yq '.b.e[0].name' examples/sample.yaml
|
cmd: yq '.test' examples/multiline-text.yaml
|
||||||
- name: Who stole the cookie
|
- name: Multiline test
|
||||||
run: echo "### It was [${{ steps.get_value.outputs.result }}]" >> $GITHUB_STEP_SUMMARY
|
run: echo "### It was [${{ steps.get_value.outputs.result }}]" >> $GITHUB_STEP_SUMMARY
|
||||||
- name: Write inplace test
|
- name: Write inplace test
|
||||||
id: lookupSdkVersion
|
id: lookupSdkVersion
|
||||||
|
Loading…
Reference in New Issue
Block a user