We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ed8179 commit a264833Copy full SHA for a264833
.github/workflows/test-yq.yml
@@ -13,13 +13,13 @@ jobs:
13
- uses: actions/checkout@v3
14
- name: Get test
15
id: get_value
16
- uses: mikefarah/yq@master
+ uses: mikefarah/yq@action-use-published-docker
17
with:
18
cmd: yq '.test' examples/multiline-text.yaml
19
- name: Multiline test
20
run: echo "### It was [${{ steps.get_value.outputs.result }}]" >> $GITHUB_STEP_SUMMARY
21
- name: Write inplace test
22
id: lookupSdkVersion
23
24
25
cmd: yq -i '.b.c = 5' examples/sample.yaml
0 commit comments