Skip to content

Merge pull request #43 from bugerQaQ/OMSEC-110213 #13

Merge pull request #43 from bugerQaQ/OMSEC-110213

Merge pull request #43 from bugerQaQ/OMSEC-110213 #13

Workflow file for this run

name: Mirror to Gitee
on: push
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: spyoungtech/mirror-action@master
with:
REMOTE: https://gitee.com/netease_yidun/antispam-go-demo
GIT_USERNAME: ${{ secrets.GITEE_USERNAME }}
GIT_PASSWORD: ${{ secrets.GITEE_PASSWORD }}