.forgejo: do not use add community branch

This commit is contained in:
Antoine Martin 2024-08-12 00:09:59 -04:00
parent 34081e02d8
commit 283aa6ff0a
Signed by: forge
GPG key ID: D62A472A4AA7D541

View file

@ -16,9 +16,7 @@ jobs:
CI_PROJECT_NAME: zotero
steps:
- name: Environment setup
run: |
echo https://dl-cdn.alpinelinux.org/alpine/edge/community >> /etc/apk/repositories
apk add nodejs git git-archive-all gzip
run: apk add nodejs git git-archive-all gzip
- name: Repo pull
uses: actions/checkout@v4
with: