Skip to content

Bump github.com/mojocn/base64Captcha from 1.3.1 to 1.3.6 (#81) #194

Bump github.com/mojocn/base64Captcha from 1.3.1 to 1.3.6 (#81)

Bump github.com/mojocn/base64Captcha from 1.3.1 to 1.3.6 (#81) #194

Workflow file for this run

name: 'GitHub Actions Mirror'
on: [push, delete]
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:nicelizhi/easy-admin.git
ssh_private_key:
${{ secrets.GITEE_KEY }}