Fixing if syntax with YAML var subsitution (#188)

This commit is contained in:
Jerin Philip 2021-06-09 10:21:23 +01:00 committed by GitHub
parent dc2fb3d64e
commit 3039dea34b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v2
- name: Mirror a branch from a remote repo into this one
if: github.repository == '${{ env.this_repository }}'
if: ${{ github.repository == env.this_repository }}
run: |
git clone -b ${{ env.branch }} https://github.com/${{ env.source_repository }}.git source
cd source