diff --git a/.github/workflows/test-yq.yml b/.github/workflows/test-yq.yml index 9a62567b..805dbb91 100644 --- a/.github/workflows/test-yq.yml +++ b/.github/workflows/test-yq.yml @@ -11,9 +11,9 @@ jobs: - name: Get test uses: mikefarah/yq@master with: - cmd: yq eval '.a' examples/data1.yaml + cmd: yq eval '.a' examples/sample.yaml - name: Write inplace test id: lookupSdkVersion uses: mikefarah/yq@master with: - cmd: yq eval -i '.a.b = 5' examples/data1.yaml \ No newline at end of file + cmd: yq eval -i '.b.c = 5' examples/sample.yaml \ No newline at end of file