Skip to content

[fix] 禁用DailyView内页面刷新 #110

[fix] 禁用DailyView内页面刷新

[fix] 禁用DailyView内页面刷新 #110

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:
git@gitee.com:Betta_Fish/FluentWeather.git
ssh_private_key: # <-- use 'secrets' to pass credential information.
${{ secrets.SSH_KEY }}