Fix CI: replace checkout action with manual git clone
Some checks failed
Deploy / deploy (push) Failing after 2s
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:
parent
2670590cef
commit
f3fb2d4338
1 changed files with 2 additions and 1 deletions
|
|
@ -13,7 +13,8 @@ jobs:
|
|||
runs-on: docker
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
git clone --depth 1 --branch main https://forge.studio-variable.com/${{ github.repository }}.git .
|
||||
|
||||
- name: Setup SSH
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue