Skip to content

Merge pull request #1221 from WPengXiang/master #1715

Merge pull request #1221 from WPengXiang/master

Merge pull request #1221 from WPengXiang/master #1715

Workflow file for this run

name: Mirror to Gitee Repo
on: [ push, delete, create ]
# Ensures that only one mirror task will run at a time.
concurrency:
group: git-mirror
jobs:
git-mirror:
if: github.repository == 'deepmodeling/fealpy'
runs-on: ubuntu-latest
steps:
- uses: wearerequired/git-mirror-action@v1
env:
ORGANIZATION: deepmodeling
SSH_PRIVATE_KEY: ${{ secrets.SYNC_GITEE_PRIVATE_KEY }}
with:
source-repo: "https://github.com/deepmodeling/fealpy.git"
destination-repo: "[email protected]:deepmodeling/fealpy.git"