Skip to content

updated license information in all source files #27

updated license information in all source files

updated license information in all source files #27

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 }}