Skip to content

🎉 通过自定义代码实现server-status主题深色模式半透明样式的前置准备 (#395) #11

🎉 通过自定义代码实现server-status主题深色模式半透明样式的前置准备 (#395)

🎉 通过自定义代码实现server-status主题深色模式半透明样式的前置准备 (#395) #11

Workflow file for this run

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 }}