fix: add git clone checkout to replace actions/checkout
This commit is contained in:
@ -12,6 +12,12 @@ jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
env:
|
||||
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no
|
||||
run: |
|
||||
git clone --depth 1 ssh://git@jianfgit.xyz:220/jianf/TrulyMEM-TrueHumanMEM.git ./
|
||||
|
||||
- name: Verify workspace and Python
|
||||
run: |
|
||||
pwd
|
||||
@ -30,6 +36,12 @@ jobs:
|
||||
needs: test
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
env:
|
||||
GIT_SSH_COMMAND: ssh -o StrictHostKeyChecking=no
|
||||
run: |
|
||||
git clone --depth 1 ssh://git@jianfgit.xyz:220/jianf/TrulyMEM-TrueHumanMEM.git ./
|
||||
|
||||
- name: Verify build environment
|
||||
run: |
|
||||
pwd
|
||||
|
||||
Reference in New Issue
Block a user