diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index e2c3a39a2..3db15ad3e 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -11,12 +11,12 @@ jobs: runs-on: ubuntu-latest name: Sync latest commits from upstream repo steps: - # - name: Checkout target repo - # uses: actions/checkout@v2 - # with: - # ref: main - # token: ${{ secrets.GH_TOKEN }} - # persist-credentials: false + - name: Checkout target repo + uses: actions/checkout@v2 + with: + ref: main + token: ${{ secrets.GH_TOKEN }} + persist-credentials: false - name: repo-sync-develop uses: repo-sync/github-sync@v2 with: