├── .github └── workflows │ └── test.yml ├── Dockerfile ├── LICENSE ├── README.md ├── action.yml ├── cleanup.sh ├── mirror.sh └── setup-ssh.sh /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/action.yml -------------------------------------------------------------------------------- /cleanup.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/cleanup.sh -------------------------------------------------------------------------------- /mirror.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/mirror.sh -------------------------------------------------------------------------------- /setup-ssh.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pixta-dev/repository-mirroring-action/HEAD/setup-ssh.sh --------------------------------------------------------------------------------