fix penpot repo checkout in CICD
Some checks failed
Build Penpot / Build Image penpot-backend:2.1.2 (push) Failing after 6s
Build Penpot / Build Image penpot-exporter:2.1.2 (push) Failing after 6s
Build Penpot / Build Image penpot-frontend:2.1.2 (push) Failing after 8s
Build Nextcloud / Build Nextcloud 30 Image (push) Successful in 1m4s
Build Nextcloud / Build Nextcloud 32 Image (push) Successful in 1m3s
Build Nextcloud / Build Nextcloud 31 Image (push) Successful in 1m4s

This commit is contained in:
lilly 2026-05-15 09:23:10 +02:00
commit 2b43002c9b
Signed by: lilly
SSH key fingerprint: SHA256:y9T5GFw2A20WVklhetIxG1+kcg/Ce0shnQmbu1LQ37g

View file

@ -24,7 +24,7 @@ jobs:
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
github-server-url: github.com github-server-url: github.com
repository: penpot/penpot repository: penpot/penpot.git
ref: ${{ matrix.image-penpot-version }} ref: ${{ matrix.image-penpot-version }}
submodules: recursive submodules: recursive
path: penpot path: penpot