Fix checkout to use external Gitea URL, auth token for private repos
Some checks failed
Build and Deploy / build-and-deploy (push) Has been cancelled

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Scott Hatlen
2026-03-09 20:39:37 -07:00
parent e9a867f8fc
commit 2fad299f3d

View File

@@ -13,7 +13,7 @@ jobs:
steps:
- name: Checkout
run: |
git clone --depth 1 --branch "${{ github.ref_name }}" "${{ github.server_url }}/${{ github.repository }}.git" .
git clone --depth 1 --branch "${{ github.ref_name }}" "https://git.scottyah.com/${{ github.repository }}.git" .
git checkout "${{ github.sha }}"
- name: Build image