新增功能: 新增B站弹幕下载自定义User-Agent #284
Workflow file for this run
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: gitee-sync | |
on: push | |
jobs: | |
repo-sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: checkout source code | |
uses: actions/checkout@v2 | |
- name: sync github -> gitee | |
uses: Yikun/hub-mirror-action@master | |
with: | |
src: 'github/xyoye' | |
dst: 'gitee/xyoye' | |
dst_key: ${{ secrets.GITEE_PRIVATE_KEY }} | |
dst_token: ${{ secrets.GITEE_TOKEN }} | |
static_list: 'DanDanPlayForAndroid' | |
force_update: true |