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

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