From 3039dea34bbc86e4b91178415054a27e3363718a Mon Sep 17 00:00:00 2001 From: Jerin Philip Date: Wed, 9 Jun 2021 10:21:23 +0100 Subject: [PATCH] Fixing if syntax with YAML var subsitution (#188) --- .github/workflows/push-browsermt-main-to-mozilla-main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push-browsermt-main-to-mozilla-main.yml b/.github/workflows/push-browsermt-main-to-mozilla-main.yml index bc0caf619..cf02fe3e9 100644 --- a/.github/workflows/push-browsermt-main-to-mozilla-main.yml +++ b/.github/workflows/push-browsermt-main-to-mozilla-main.yml @@ -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