fix: use Gitea's official checkout action mirror
Deploy to Cloudflare Pages / deploy (push) Failing after 13m36s

actions/checkout@v4 from GitHub is unreachable. Use the
official Gitea mirror at http://gitea.com/actions/checkout@v4.

🤖 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:08:17 +00:00
parent a347f3f625
commit 87ae036d50
+1 -2
View File
@@ -10,8 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
run: | uses: http://gitea.com/actions/checkout@v4
git clone --depth 1 --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git .
- name: Build and deploy - name: Build and deploy
run: | run: |