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