ci: use local checkout
This commit is contained in:
parent
db88502414
commit
76a140d6a2
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user