mirror of
https://github.com/nsnail/FreeSql.git
synced 2025-04-22 02:32:50 +08:00
Create gitee-mirror.yml
This commit is contained in:
parent
4dfa5c3b95
commit
bad7107126
17
.github/workflows/gitee-mirror.yml
vendored
Normal file
17
.github/workflows/gitee-mirror.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Publish
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- name: Sync to Gitee 💕
|
||||||
|
uses: wearerequired/git-mirror-action@master
|
||||||
|
env:
|
||||||
|
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
with:
|
||||||
|
source-repo: "git@github.com:dotnetcore/freesql.git"
|
||||||
|
destination-repo: "git@gitee.com:FreeSql/FreeSql-ORM.git"
|
Loading…
x
Reference in New Issue
Block a user