better naming

This commit is contained in:
Earl Warren 2023-05-26 15:26:40 +02:00
parent 5bfc940262
commit b957004092
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

View file

@ -10,7 +10,8 @@ jobs:
if: github.repository_owner == 'forgejo-release' && secrets.TOKEN != '' if: github.repository_owner == 'forgejo-release' && secrets.TOKEN != ''
steps: steps:
- run: | - name: install the certificate authority
run: |
apt-get install -qq -y wget apt-get install -qq -y wget
wget --no-check-certificate -O /usr/local/share/ca-certificates/enough.crt https://forgejo.octopuce.forgejo.org/forgejo/enough/raw/branch/main/certs/2023-05-13/ca.crt wget --no-check-certificate -O /usr/local/share/ca-certificates/enough.crt https://forgejo.octopuce.forgejo.org/forgejo/enough/raw/branch/main/certs/2023-05-13/ca.crt
update-ca-certificates --fresh update-ca-certificates --fresh