1
0
mirror of https://github.com/mikefarah/yq.git synced 2025-04-02 12:45:36 +00:00

testing bad github action fails

This commit is contained in:
Mike Farah 2021-07-24 15:05:42 +10:00
parent eeac03a437
commit bdf4ad4432

View File

@ -11,7 +11,7 @@ jobs:
- name: Get test
uses: mikefarah/yq@master
with:
cmd: yq eval '.a' examples/data1.yaml
cmd: yq eval '.a' examples/bad-nono.yaml
- name: Write inplace test
id: lookupSdkVersion
uses: mikefarah/yq@master