Skip to content

Update announcement_v2.txt #3

Update announcement_v2.txt

Update announcement_v2.txt #3

Workflow file for this run

name: Sync GitHub to Gitee
on:
pull_request:
branches-ignore:
- ''
push:
branches-ignore:
- ''
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Mirror the GitHub repo to Gitee
if: github.repository == 'FCL-Team/FCL-Repo'
uses: Yikun/[email protected]
with:
src: github/FCL-Team
dst: gitee/FCL-Team
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'FCL-Repo'
account_type: org
force_update: true
timeout: 300
debug: false