ci: Git proxy config moved to runner-env
This commit is contained in:
parent
dbf50fa9d3
commit
905f1dd5dc
1 changed files with 0 additions and 4 deletions
|
@ -17,10 +17,6 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-24.04
|
runs-on: ubuntu-24.04
|
||||||
steps:
|
steps:
|
||||||
- name: Configure proxies
|
|
||||||
run: |
|
|
||||||
git config --global http.proxy "$HTTP_PROXY"
|
|
||||||
git config --global https.proxy "$HTTPS_PROXY"
|
|
||||||
- uses: https://code.forgejo.org/actions/checkout@v4
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
Loading…
Add table
Reference in a new issue