Test concluded successfully.
This commit is contained in:
parent
01ec626b58
commit
57fd68df00
1 changed files with 0 additions and 21 deletions
21
.github/workflows/mirror.yaml
vendored
21
.github/workflows/mirror.yaml
vendored
|
@ -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 }}
|
||||
|
Loading…
Reference in a new issue