refactor: expose some types #215 #217 #83
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/hub-mirror-action@v0.13 | |
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 |