From 73c4b082cdd8929e9dae54b7a3c0de48e585da0f Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Wed, 3 Nov 2021 22:08:14 +1100 Subject: [PATCH] github action no longer uses data1.yml --- .github/workflows/test-yq.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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