Update mirroring.yml

pull/320/head
Paul Makles 2021-09-30 10:46:08 +00:00 committed by GitHub
parent 920f78b650
commit 22516992a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ on: [push, delete]
jobs:
to_gitlab:
runs-on: ubuntu-18.04
if: secrets.GITLAB_SSH_PRIVATE_KEY
if: ${{ secrets.GITLAB_SSH_PRIVATE_KEY }}
steps:
- uses: actions/checkout@v1
- uses: pixta-dev/repository-mirroring-action@v1