Skip to content

Commit

Permalink
fix: 🔧 修复同步脚本错误的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Sep 8, 2023
1 parent 1079192 commit 73d802a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sync-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ jobs:
sync-to-gitee:
runs-on: ubuntu-latest
steps:
- name: Organization mirror
- name: gitee-mirror-action
uses: Yikun/hub-mirror-action@master
with:
src: github/viarotel
src: github/viarotel-org
dst: gitee/viarotel
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
Expand Down

0 comments on commit 73d802a

Please sign in to comment.