fix: use Gitea's official checkout action mirror
Deploy to Cloudflare Pages / deploy (push) Failing after 13m36s
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:
@@ -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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user