trying to use | in ci.yml
This commit is contained in:
parent
b812bfc9cb
commit
871a27af14
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
|||
persist-credentials: false
|
||||
fetch-depth: 0
|
||||
- name: Edit config
|
||||
run: >
|
||||
run: |
|
||||
sed -i -E 's/^ "defaultProxy": ""/ "defaultProxy": "pproxy.rom1504.fr"/g' config.json
|
||||
sed -i -E 's/^ "defaultProxyPort": ""/ "defaultProxyPort": "443"/g' config.json
|
||||
- name: Build
|
||||
|
|
Loading…
Reference in a new issue