ci) fix checkout for gitea subpath
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 33s

This commit is contained in:
2026-02-20 20:37:19 -05:00
parent 0f73be45cb
commit 982f0d89be
2 changed files with 6 additions and 0 deletions

View File

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