Update gitee.yml

This commit is contained in:
lan-tianxiang
2021-03-26 15:35:27 +08:00
committed by GitHub
parent a6cb59a99a
commit 5f08b6ab85

View File

@ -19,13 +19,6 @@ 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: