💚 add manually clone
This commit is contained in:
@ -12,6 +12,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: oven/bun:latest
|
image: oven/bun:latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Clone private repo
|
||||||
|
run: git clone "$GITEA_REPOSITORY_CLONE_URL" .
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: bun install
|
run: bun install
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user