Better information extraction from x509 command #20

Merged
MarkL4YG merged 22 commits from wip/38c3 into main 2025-04-21 10:16:27 +00:00
Showing only changes of commit dbf50fa9d3 - Show all commits

View file

@ -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