Skip to content

fix: docker image detection (#29) #17

fix: docker image detection (#29)

fix: docker image detection (#29) #17

Workflow file for this run

name: Sync Code to Gitee
on:
push:
branches: [main, v0]
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: ${{ github.ref_name }}
destination_ssh_key: ${{ secrets.GITEE_SSH_KEY }}