Skip to content

更新相关内容链接 #609

更新相关内容链接

更新相关内容链接 #609

Workflow file for this run

name: Mirror to Gitee Repo
on: [ push ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
SSH_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRI_KEY }}
with:
source-repo: "[email protected]:itcharge/AlgoNote.git"
destination-repo: "[email protected]:itcharge/AlgoNote.git"