Skip to content

refactor: optimize the onBefore hook in custom plugins #226 #86

refactor: optimize the onBefore hook in custom plugins #226

refactor: optimize the onBefore hook in custom plugins #226 #86

Workflow file for this run

name: sync to gitee
on:
push:
branches: [master]
jobs:
run:
name: Sync GitHub to Gitee
runs-on: ubuntu-latest
steps:
- name: Mirror the GitHub repos to Gitee
uses: Yikun/[email protected]
with:
src: github/attojs
dst: gitee/attojs
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }}
dst_token: ${{ secrets.GITEE_TOKEN }}
static_list: 'vue-request'
account_type: org
force_update: true
timeout: 300