Skip to content

💄 improve server-status home table #3

💄 improve server-status home table

💄 improve server-status home table #3

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@jihulab.com:nezha/dashboard.git
destination_branch_name: master
destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}