👷 add git into ci workspace
This commit is contained in:
@ -12,6 +12,9 @@ jobs:
|
|||||||
container:
|
container:
|
||||||
image: oven/bun:latest
|
image: oven/bun:latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install Git
|
||||||
|
run: apt update && apt install -y git
|
||||||
|
|
||||||
- name: Clone private repo
|
- name: Clone private repo
|
||||||
run: git clone "$GITEA_REPOSITORY_CLONE_URL" .
|
run: git clone "$GITEA_REPOSITORY_CLONE_URL" .
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user