diff --git a/.github/workflows/test-yq.yml b/.github/workflows/test-yq.yml index b292cc3a..4047127d 100644 --- a/.github/workflows/test-yq.yml +++ b/.github/workflows/test-yq.yml @@ -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