Skip to content

Commit 8ed8179

Browse files
committed
muiltiline github action test
1 parent cb4c41e commit 8ed8179

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-yq.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
id: get_value
1616
uses: mikefarah/yq@master
1717
with:
18-
cmd: yq '.b.e[0].name' examples/sample.yaml
19-
- name: Who stole the cookie
18+
cmd: yq '.test' examples/multiline-text.yaml
19+
- name: Multiline test
2020
run: echo "### It was [${{ steps.get_value.outputs.result }}]" >> $GITHUB_STEP_SUMMARY
2121
- name: Write inplace test
2222
id: lookupSdkVersion

0 commit comments

Comments
 (0)