mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-26 08:25:38 +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
|
||||
uses: mikefarah/yq@master
|
||||
with:
|
||||
cmd: yq '.b.e[0].name' examples/sample.yaml
|
||||
- name: Who stole the cookie
|
||||
cmd: yq '.test' examples/multiline-text.yaml
|
||||
- name: Multiline test
|
||||
run: echo "### It was [${{ steps.get_value.outputs.result }}]" >> $GITHUB_STEP_SUMMARY
|
||||
- name: Write inplace test
|
||||
id: lookupSdkVersion
|
||||
|
Loading…
Reference in New Issue
Block a user