Skip to content

Update.

Update. #416

Workflow file for this run

name: Sync
on:
push:
branches: [master]
jobs:
sync-to-gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: adambirds/sync-github-to-gitlab-action@v1.1.0
with:
destination_repository: git@gitee.com:Ten/ServerStatus.git
destination_branch_name: master
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}