Skip to content

Update Sync-Gitee.yml #11

Update Sync-Gitee.yml

Update Sync-Gitee.yml #11

Workflow file for this run

name: Sync To Gitee
on: [ push, delete, create ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Get repository list exclude private and fork
id: repo
uses: yi-Xu-0100/[email protected]
- name: Mirror the Github organization repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: github/YuzukiHD
dst: gitee/YuzukiHD-Mirror
dst_key: ${{ secrets.GITEE_RSA_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
force_update: true
account_type: org
debug: true
static_list: ${{ steps.repo.outputs.repoList }}