Skip to content

build: update packages #90

build: update packages

build: update packages #90

Workflow file for this run

name: Sync to gitee
on:
push:
branches:
- master
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: 同步到 gitee
uses: wearerequired/git-mirror-action@master
env:
SSH_PRIVATE_KEY: ${{ secrets.GITEE_SERVER_KEY }}
with:
source-repo: git@github.com:ahyiru/web-design.git
destination-repo: git@gitee.com:yiru/web-design.git