ci: use local checkout
This commit is contained in:
parent
db88502414
commit
76a140d6a2
|
@ -7,7 +7,7 @@ jobs:
|
|||
runs-on: golang-ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://gitea.com/BoYanZh/checkout@focs
|
||||
uses: actions/checkout@focs
|
||||
- name: Display Go version
|
||||
run: go version
|
||||
- name: Prepare
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: https://gitea.com/BoYanZh/checkout@focs
|
||||
uses: actions/checkout@focs
|
||||
with:
|
||||
fetch-depth: 0
|
||||
- name: Set up SSH
|
||||
|
|
Loading…
Reference in New Issue
Block a user