Do cat-and-grp instead

This commit is contained in:
Marquis Kurt 2019-12-23 14:59:08 -05:00
parent 3de4499494
commit a95d06664d
No known key found for this signature in database
GPG Key ID: 725636D259F5402D
1 changed files with 1 additions and 2 deletions

View File

@ -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