Skip to content

fix(deps): update dependency me.ahoo.cocache:cocache-bom to v2.6.3 (#… #438

fix(deps): update dependency me.ahoo.cocache:cocache-bom to v2.6.3 (#…

fix(deps): update dependency me.ahoo.cocache:cocache-bom to v2.6.3 (#… #438

Workflow file for this run

name: Sync to Gitee
on:
schedule:
- cron: '0 0 * * *'
push:
branches:
- main
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync to Gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.SSH_PRIVATE_KEY }}
with:
source-repo: "git@github.com:Ahoo-Wang/CoSec.git"
destination-repo: "git@gitee.com:AhooWang/CoSec.git"