fix sed replacement

This commit is contained in:
Romain Beaumont 2021-03-14 17:31:05 +01:00 committed by GitHub
parent 871a27af14
commit 5cf0cb4a4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ jobs:
- name: Edit config
run: |
sed -i -E 's/^ "defaultProxy": ""/ "defaultProxy": "pproxy.rom1504.fr"/g' config.json
sed -i -E 's/^ "defaultProxyPort": ""/ "defaultProxyPort": "443"/g' config.json
sed -i -E 's/^ "defaultProxyPort": 0/ "defaultProxyPort": 443/g' config.json
- name: Build
run: |
npm install