Skip to content

Merge pull request #30 from zxbmmmmmmmmm/refactor/perf #44

Merge pull request #30 from zxbmmmmmmmmm/refactor/perf

Merge pull request #30 from zxbmmmmmmmmm/refactor/perf #44

Workflow file for this run

name: Mirroring
on:
push:
branches:
- master
- develop
jobs:
to_gitee:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:Betta_Fish/FluentWeather.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.SSH_KEY }}