Fix secret not needing to be interpolated

pull/1049/head
brecert 2021-09-14 00:44:46 -04:00
parent dcd84b3d23
commit 16423703ea
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