fix(ci): use Docker network hostname for docs runner checkout #112

Merged
forbes merged 1 commits from fix/docs-checkout-docker-network into main 2026-02-09 14:56:04 +00:00

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
run: |
REPO_URL="http://localhost:3000/kindred/create.git"
REPO_URL="http://gitea:3000/kindred/create.git"
if [ -d .git ]; then
git fetch "$REPO_URL" main
git checkout -f FETCH_HEAD