From a84cf4dafe900fbaf70a6b32b86181543a2a9945 Mon Sep 17 00:00:00 2001 From: Rafi Arrafif Date: Sat, 12 Jul 2025 07:28:01 +0700 Subject: [PATCH] :green_heart: add manually clone --- .gitea/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index f328427..4ee7002 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -12,6 +12,9 @@ jobs: container: image: oven/bun:latest steps: + - name: Clone private repo + run: git clone "$GITEA_REPOSITORY_CLONE_URL" . + - name: Install dependencies run: bun install