From 5cf0cb4a4fc54497a0739d8e0bb48c2ca1546f99 Mon Sep 17 00:00:00 2001 From: Romain Beaumont Date: Sun, 14 Mar 2021 17:31:05 +0100 Subject: [PATCH] fix sed replacement --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index fadc20f6..19a7167f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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