20220406
This commit is contained in:
17
vendor/hg/apidoc/.github/workflows/mirror.yml
vendored
Normal file
17
vendor/hg/apidoc/.github/workflows/mirror.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: 'GitHub Actions Mirror'
|
||||
|
||||
on: [push]
|
||||
|
||||
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:hg-code/thinkphp-apidoc.git
|
||||
ssh_private_key:
|
||||
${{ secrets.GITEE_KEY }}
|
||||
Reference in New Issue
Block a user