Skip to content

fix pipeline

fix pipeline #480

Workflow file for this run

name: Mirroring
on: [push, delete]
jobs:
to_github:
runs-on: small-dynamic-amd64-u24
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: pixta-dev/[email protected]
with:
target_repo_url:
[email protected]:DDNStorage/infinia-cloud-platform-deploy.git
ssh_private_key:
${{ secrets.GH_SSH_PRIVATE_KEY }}