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
|
||||
steps:
|
||||
- name: Checkout
|
||||
run: |
|
||||
git clone --depth 1 --branch ${{ github.ref_name }} ${{ github.server_url }}/${{ github.repository }}.git .
|
||||
uses: http://gitea.com/actions/checkout@v4
|
||||
|
||||
- name: Build and deploy
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user