sync to jihulab
This commit is contained in:
parent
641b79bd4c
commit
b8eeb225a1
16
.github/workflows/sync.yml
vendored
Normal file
16
.github/workflows/sync.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Sync
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [master]
|
||||
|
||||
jobs:
|
||||
contributors:
|
||||
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 }}
|
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
@ -8,6 +8,7 @@ on:
|
||||
- ".github/workflows/codeql-analysis.yml"
|
||||
- ".github/workflows/test-on-pr.yml"
|
||||
- ".github/workflows/contributors.yml"
|
||||
- ".github/workflows/sync.yml"
|
||||
- "README.md"
|
||||
- ".goreleaser.yml"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user