Skip to content

synchro

synchro #3454

Workflow file for this run

name: synchro
on:
schedule:
- cron: '30 5/6 * * *' #每日更新
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
continue-on-error: True
steps:
- uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_PRIVATE_KEY }}
with:
source-repo: "[email protected]:RavelloH/EverydayNews.git"
destination-repo: "[email protected]:ravelloh/EverydayNews.git"
reload-pages:
needs: sync
runs-on: ubuntu-latest
continue-on-error: True
steps:
- name: reload
uses: mizuka-wu/[email protected]
with:
repository: RavelloH/EverydayNews
cookie: ${{ secrets.GITEE_COOKIE }}
branch: main
https: true