Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
farfun committed Nov 24, 2024
1 parent fced7fd commit 63bd5a9
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#https://github.com/marketplace/actions/hub-mirror-action
name: syncToGitee
on:
push:
tags:
- '*'
jobs:
repo-sync:
runs-on: ubuntu-latest

steps:
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master

with:
src: github/farfarfun
dst: gitee/farfarfun
dst_key: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
force_update: true
account_type: org
static_list: 'fundrive'
1 change: 1 addition & 0 deletions logs/all.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
2024-11-24 13:46:25.644 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-11-24 13:46:52.557 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-11-24 15:17:21.882 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-11-24 21:25:04.117 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
1 change: 1 addition & 0 deletions logs/funbuild.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
2024-11-24 13:46:25.644 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-11-24 13:46:52.557 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-11-24 15:17:21.882 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push
2024-11-24 21:25:04.117 |INFO | funbuild.core.core : core: 69 | funbuild | - fundrive push

0 comments on commit 63bd5a9

Please sign in to comment.