Skip to content

Merge pull request #5 from pysio2007/Fix-1 #12

Merge pull request #5 from pysio2007/Fix-1

Merge pull request #5 from pysio2007/Fix-1 #12

Workflow file for this run

name: 'GitHub Actions Mirror'
on: [push, delete]
jobs:
mirror_to_gitlab:
runs-on: ubuntu-latest
steps:
- name: 'Checkout'
uses: actions/checkout@v1
- name: 'Mirror to gitlab'
uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
[email protected]:pysio2007/huoshen80hub.git
ssh_private_key:
${{ secrets.GITLAB_KEY }}