Skip to content

ci: update workflows #3

ci: update workflows

ci: update workflows #3

Workflow file for this run

name: Sync to Gitee
on:
push:
branches:
- main
jobs:
repo-sync:
name: Sync GitHub to Gitee
runs-on: ubuntu-latest
steps:
- name: Mirror the GitHub repos to Gitee
uses: Yikun/hub-mirror-action@master
with:
src: github/toFrankie
dst: gitee/frankie_li
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'blog'
account_type: user
force_update: true
debug: true