💚 add manually clone

This commit is contained in:
2025-07-12 07:28:01 +07:00
parent 3dd9ffc881
commit a84cf4dafe

View File

@ -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