Skip to content

Dev/4.5.0 beauty

Dev/4.5.0 beauty #263

Workflow file for this run

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: xgfd3/[email protected]
with:
src: github/AgoraIO
dst: gitee/agoraio-community
white_list: "API-Examples"
static_list: "API-Examples"
cache_path: "./cache"
dst_key: ${{ secrets.GITEE_PI_SSH }}
dst_token: ${{ secrets.GITEE_PRIVATE_TOKEN }}
force_update: true
account_type: org
shell_path: ./.github/workflows/gitee-sync-shell.sh
github_ref: ${{ github.ref }}