Skip to content

Commit

Permalink
Fixing if syntax with YAML var subsitution (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerin Philip committed Jun 9, 2021
1 parent dc2fb3d commit 3039dea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-browsermt-main-to-mozilla-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3039dea

Please sign in to comment.