ci) fix checkout for gitea subpath
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 33s
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 33s
This commit is contained in:
@@ -16,6 +16,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://cloud.campbellwireless.net/git
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
@@ -10,6 +10,9 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
github-server-url: https://cloud.campbellwireless.net/git
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Setup Bun
|
||||
uses: oven-sh/setup-bun@v2
|
||||
|
||||
Reference in New Issue
Block a user