From a95d06664d0b20ec44f1db5d713b99a00c59f3da Mon Sep 17 00:00:00 2001 From: Marquis Kurt Date: Mon, 23 Dec 2019 14:59:08 -0500 Subject: [PATCH] Do cat-and-grp instead --- .github/workflows/ci-win.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci-win.yml b/.github/workflows/ci-win.yml index ff56907..2c49b9b 100644 --- a/.github/workflows/ci-win.yml +++ b/.github/workflows/ci-win.yml @@ -26,8 +26,7 @@ jobs: dump(json_dict, out) shell: python - name: Verify changes - run: (Get-Content -Path .\public\config.json -Raw) -match "location" - shell: powershell + run: cat public/config.json | grep 'location' - name: Install dependencies and build run: | npm install