From 9037622126f5ec6cc0183bad59794ce03fe1924c Mon Sep 17 00:00:00 2001 From: zhanghongtong Date: Wed, 7 Apr 2021 18:50:38 +0800 Subject: [PATCH] chore(CI): update sync workflows --- .github/workflows/git_sync.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/git_sync.yaml b/.github/workflows/git_sync.yaml index 462081158..93411ac9f 100644 --- a/.github/workflows/git_sync.yaml +++ b/.github/workflows/git_sync.yaml @@ -8,7 +8,7 @@ on: jobs: sync_to_enterprise: runs-on: ubuntu-20.04 - if: github.repository == '${{ github.repository_owner }}/emqx' + if: github.repository == 'emqx/emqx' steps: - name: git-sync uses: Rory-Z/git-sync@v3.0.1