Fix secret not needing to be interpolated

This commit is contained in:
brecert 2021-09-14 00:44:46 -04:00
parent 628bf52ff3
commit f584819a16
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 1B2E56B9EC985B96

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