Fix CI: replace checkout action with manual git clone
Some checks failed
Deploy / deploy (push) Failing after 2s

The runner cannot resolve the internal 'forgejo' hostname used by
actions/checkout@v4. Use direct git clone with public URL instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-05 07:05:37 +01:00
parent 2670590cef
commit f3fb2d4338

View file

@ -13,7 +13,8 @@ jobs:
runs-on: docker runs-on: docker
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 run: |
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .
- name: Setup SSH - name: Setup SSH
run: | run: |