Add local checkout action to CI workflow for improved code retrieval
This commit is contained in:
@ -7,6 +7,10 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest-2
|
runs-on: ubuntu-latest-2
|
||||||
steps:
|
steps:
|
||||||
|
- name: 克隆本地 checkout action
|
||||||
|
run: |
|
||||||
|
git clone http://114.67.155.184:3000/niyyzf/checkout.git ./.actions/checkout
|
||||||
|
|
||||||
- name: 检出代码
|
- name: 检出代码
|
||||||
uses: ./.actions/checkout
|
uses: ./.actions/checkout
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user