Skip to content

Commit

Permalink
sync to jihulab
Browse files Browse the repository at this point in the history
  • Loading branch information
naiba committed Oct 26, 2023
1 parent 641b79b commit b8eeb22
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Sync

on:
push:
branches: [master]

jobs:
contributors:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: adambirds/[email protected]
with:
destination_repository: [email protected]:nezha/dashboard.git
destination_branch_name: master
destination_ssh_key: ${{ secrets.GITLAB_SSH_KEY }}
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit b8eeb22

Please sign in to comment.