mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
Update mirroring.yml
This commit is contained in:
parent
920f78b650
commit
22516992a6
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mirroring.yml
vendored
2
.github/workflows/mirroring.yml
vendored
|
@ -5,7 +5,7 @@ on: [push, delete]
|
||||||
jobs:
|
jobs:
|
||||||
to_gitlab:
|
to_gitlab:
|
||||||
runs-on: ubuntu-18.04
|
runs-on: ubuntu-18.04
|
||||||
if: secrets.GITLAB_SSH_PRIVATE_KEY
|
if: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- uses: pixta-dev/repository-mirroring-action@v1
|
- uses: pixta-dev/repository-mirroring-action@v1
|
||||||
|
|
Loading…
Reference in a new issue