Skip to content

Commit a264833

Browse files
committed
test action using built docker image
1 parent 8ed8179 commit a264833

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
@@ -13,13 +13,13 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- name: Get test
1515
id: get_value
16-
uses: mikefarah/yq@master
16+
uses: mikefarah/yq@action-use-published-docker
1717
with:
1818
cmd: yq '.test' examples/multiline-text.yaml
1919
- name: Multiline test
2020
run: echo "### It was [${{ steps.get_value.outputs.result }}]" >> $GITHUB_STEP_SUMMARY
2121
- name: Write inplace test
2222
id: lookupSdkVersion
23-
uses: mikefarah/yq@master
23+
uses: mikefarah/yq@action-use-published-docker
2424
with:
2525
cmd: yq -i '.b.c = 5' examples/sample.yaml

0 commit comments

Comments
 (0)