ci: use local checkout
All checks were successful
submodules sync / sync (push) Successful in 1m11s
build / build (push) Successful in 1m34s
build / trigger-build-image (push) Successful in 9s

This commit is contained in:
张泊明518370910136 2025-02-25 03:12:37 -05:00
parent db88502414
commit 76a140d6a2
GPG Key ID: D47306D7062CDA9D
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: golang-ubuntu-latest runs-on: golang-ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: actions/checkout@focs
- name: Display Go version - name: Display Go version
run: go version run: go version
- name: Prepare - name: Prepare

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Check out repository code - name: Check out repository code
uses: https://gitea.com/BoYanZh/checkout@focs uses: actions/checkout@focs
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Set up SSH - name: Set up SSH