Better information extraction from x509 command #20
1 changed files with 4 additions and 0 deletions
|
@ -17,6 +17,10 @@ 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