perf: 📝 设备备注文本框描述信息调整 #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-gitee | |
on: | |
workflow_dispatch: {} | |
push: | |
branches: | |
- main | |
jobs: | |
sync-to-gitee: | |
runs-on: ubuntu-latest | |
steps: | |
- name: gitee-mirror-action | |
uses: Yikun/hub-mirror-action@master | |
with: | |
src: github/viarotel-org | |
dst: gitee/viarotel-org | |
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
dst_token: ${{ secrets.GITEE_TOKEN }} | |
account_type: org | |
white_list: 'escrcpy' | |
force_update: true |