Skip to content

Commit

Permalink
Merge branch 'master' of github.com:the-eric-kwok/HP-Pavilion-bc015tx…
Browse files Browse the repository at this point in the history
…-Hackintosh
  • Loading branch information
the-eric-kwok committed Nov 21, 2021
2 parents c19f0b2 + 6da418d commit 282d514
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/sync2gitee.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Sync To Gitee
on: [ push, delete, create ]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "https://github.com/the-eric-kwok/HP-Pavilion-bc015tx-Hackintosh.git"
destination-repo: "[email protected]:erickwok404/HP-Pavilion-bc015tx-Hackintosh.git"

0 comments on commit 282d514

Please sign in to comment.