Skip to content

Merge pull request #1 from uubulb/main #1

Merge pull request #1 from uubulb/main

Merge pull request #1 from uubulb/main #1

Workflow file for this run

name: Sync Code to Gitee
on:
push:
branches: [main]
jobs:
sync-code-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:naibahq/scripts.git
destination_branch_name: main
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}