Skip to content

💚 修复构建

💚 修复构建 #82

Workflow file for this run

name: Gitee Sync
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Mirror the Github repos to Gitee.
uses: Yikun/hub-mirror-action@master
with:
src: github/FlutterAds
dst: gitee/FlutterAds
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
account_type: org
timeout: 600
force_update: true
static_list: "site"