Test concluded successfully.

This commit is contained in:
fewtarius 2022-04-09 09:44:23 -04:00
parent 01ec626b58
commit 57fd68df00
No known key found for this signature in database
GPG key ID: F4AE55305D1B8C1A

View file

@ -1,21 +0,0 @@
name: Mirroring
on: [push, delete]
env:
BRANCH: dev
jobs:
to_distribution_dev:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: pixta-dev/repository-mirroring-action@v1
with:
target_repo_url:
git@github.com:JustEnoughLinuxOS/distribution-dev.git
ssh_private_key:
${{ secrets.JELOS_MIRROR }}