Skip to content

Merge pull request #54 from zxbmmmmmmmmm/gamebar #88

Merge pull request #54 from zxbmmmmmmmmm/gamebar

Merge pull request #54 from zxbmmmmmmmmm/gamebar #88

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 }}