Skip to content

Commit

Permalink
ci: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
toFrankie committed Mar 17, 2024
1 parent fa2708e commit 14d158d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/sync-to-gitee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ on:
- main
jobs:
repo-sync:
name: Sync GitHub to Gitee
runs-on: ubuntu-latest
steps:
- name: Gitee repo mirror
- name: Mirror the GitHub repos to Gitee
uses: Yikun/hub-mirror-action@master
with:
src: github/toFrankie
Expand All @@ -16,4 +17,5 @@ jobs:
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'blog'
account_type: user
force_update: true
debug: true

0 comments on commit 14d158d

Please sign in to comment.