fix: 增加移动端奖励动画,修改倒计时可移动右边界 #32
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: | |
pull_request: | |
workflow_dispatch: | |
jobs: | |
build: | |
name: gitee-sync | |
runs-on: ubuntu-latest | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
if: github.actor != 'dependabot[bot]' | |
steps: | |
- name: Gitee sync repo | |
uses: Yikun/hub-mirror-action@v1.3 | |
with: | |
src: github/AgoraIO-Community | |
dst: gitee/agoraio-community | |
white_list: "CloudClass-Desktop" | |
static_list: "CloudClass-Desktop" | |
cache_path: "./cache" | |
dst_key: ${{ secrets.GITEE_PI_SSH }} | |
dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }} | |
force_update: true | |
account_type: org |