mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
test action using built docker image
This commit is contained in:
parent
8ed817916f
commit
a264833c06
4
.github/workflows/test-yq.yml
vendored
4
.github/workflows/test-yq.yml
vendored
@ -13,13 +13,13 @@ jobs:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Get test
|
||||
id: get_value
|
||||
uses: mikefarah/yq@master
|
||||
uses: mikefarah/yq@action-use-published-docker
|
||||
with:
|
||||
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
|
||||
uses: mikefarah/yq@master
|
||||
uses: mikefarah/yq@action-use-published-docker
|
||||
with:
|
||||
cmd: yq -i '.b.c = 5' examples/sample.yaml
|
Loading…
Reference in New Issue
Block a user