From bc0434645427829f48a55448a969c9f276be179f Mon Sep 17 00:00:00 2001 From: Yikun Jiang Date: Tue, 21 Jan 2020 17:43:14 +0800 Subject: [PATCH] Update Readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 870c9701..ad7ec1de 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ steps: - name: Mirror the Github organization repos to Gitee. uses: Yikun/gitee-mirror-action@master with: - private_key: ${{ secrets.GITEE_PRIVATE_KEY }} - github_org: kunpengcompute - gitee_org: kunpengcompute + src: github/kunpengcompute + dst: gitee/kunpengcompute + dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} + dst_token: ${{ secrets.GITEE_TOKEN }} ``` As above, the action will do mirror update from github/kunpengcompute to gitee/kunpengcompute.