Update gitee.yml

This commit is contained in:
lan-tianxiang
2021-03-26 15:20:32 +08:00
committed by GitHub
parent 43eaa792ec
commit a6cb59a99a

View File

@@ -19,7 +19,13 @@ jobs:
- uses: actions/checkout@v2
with:
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
uses: Yikun/hub-mirror-action@master
with: