Skip to content

feat(input): support miniprogarm(#1137) #881

feat(input): support miniprogarm(#1137)

feat(input): support miniprogarm(#1137) #881

Workflow file for this run

name: Sync mirror to Gitee
on:
delete:
push:
branches:
- master
- next
- gh-pages
jobs:
mirror_to_gitee:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- name: Mirror to Gitee
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url: git@gitee.com:zarm/zarm.git
ssh_private_key: ${{ secrets.GITEE_SSH_KEY }}