mirror of
https://github.com/lan-tianxiang/clone_scripts.git
synced 2025-07-16 08:53:47 +08:00
Update gitee.yml
This commit is contained in:
7
.github/workflows/gitee.yml
vendored
7
.github/workflows/gitee.yml
vendored
@@ -19,13 +19,6 @@ jobs:
|
|||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: Prepare Key
|
|
||||||
run: |
|
|
||||||
mkdir -p ~/.ssh
|
|
||||||
echo -e "${{ secrets.GITEE_PRIVATE_KEY }}" > ~/.ssh/id_rsa
|
|
||||||
chmod 600 ~/.ssh/id_rsa
|
|
||||||
ssh-keyscan gitee.com > ~/.ssh/known_hosts
|
|
||||||
|
|
||||||
- name: sync github -> gitee
|
- name: sync github -> gitee
|
||||||
uses: Yikun/hub-mirror-action@master
|
uses: Yikun/hub-mirror-action@master
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user