fix: hardcode git.ampbox.io in checkout (runner has localhost:3000)
Deploy to Cloudflare Pages / deploy (push) Failing after 14m48s

Runner's instance config points to localhost:3000 instead of the
public URL. Bypass the checkout action and clone directly from
git.ampbox.io.

🤖 Generated with [Amplifier](https://github.com/microsoft/amplifier)

Co-Authored-By: Amplifier <240397093+microsoft-amplifier@users.noreply.github.com>
This commit is contained in:
Ken
2026-05-27 23:47:05 +00:00
parent 87ae036d50
commit 8090549e01
+1 -1
View File
@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: http://gitea.com/actions/checkout@v4
run: git clone --depth 1 --branch main https://git.ampbox.io/${{ github.repository }}.git .
- name: Build and deploy
run: |