Skip to content

Merge branch 'release/2.9.40' of ssh://git.agoralab.co/aduc/open-flex… #12

Merge branch 'release/2.9.40' of ssh://git.agoralab.co/aduc/open-flex…

Merge branch 'release/2.9.40' of ssh://git.agoralab.co/aduc/open-flex… #12

Workflow file for this run

name: gitee-sync
on:
pull_request:
workflow_dispatch:
push:
branches:
- release/**
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: "flexible-classroom-desktop"
static_list: "flexible-classroom-desktop"
cache_path: "./cache"
dst_key: ${{ secrets.GITEE_PI_SSH }}
dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }}
force_update: true
account_type: org