修复多CPU在默认主题和AngelKanade下显示的问题,完善内网穿透本地化文本 (#415) #40
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync | |
on: | |
push: | |
branches: [master] | |
jobs: | |
sync-to-jihulab: | |
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/nezha.git | |
destination_branch_name: master | |
destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }} |