Skip to content

Update action version in mirroring.yml #23

Update action version in mirroring.yml

Update action version in mirroring.yml #23

Workflow file for this run

name: Mirroring Repository
on: [push, delete]
jobs:
to_github:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: pixta-dev/[email protected]
with:
target_repo_url:
[email protected]:logictensornetworks/LTNtorch.git
ssh_private_key:
${{ secrets.PRIVATE_KEY }}