ci: Configure proxies directly in Git
This commit is contained in:
parent
5237e81754
commit
dbf50fa9d3
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-24.04
|
||||
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
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
|
Loading…
Add table
Reference in a new issue