better naming
This commit is contained in:
parent
5bfc940262
commit
b957004092
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue