diff --git a/.github/workflows/sync-release-to-pg.yml b/.github/workflows/sync-release-to-pg.yml index 0748ef9a40..b3a9c6ab39 100644 --- a/.github/workflows/sync-release-to-pg.yml +++ b/.github/workflows/sync-release-to-pg.yml @@ -16,7 +16,7 @@ jobs: ref: release # Checkout the release branch - name: Fetch all branches - run: git fetch pg + run: git fetch origin pg - name: Checkout pg branch run: git checkout pg