From 91bc474cdabcd64bc6468ac2586824e4c60523b7 Mon Sep 17 00:00:00 2001 From: Pinwheeler Date: Sat, 4 Jan 2025 16:01:50 -0800 Subject: [PATCH] iterate on staging sync --- .github/workflows/sync-staging.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync-staging.yml b/.github/workflows/sync-staging.yml index 5b48cc2..511f469 100644 --- a/.github/workflows/sync-staging.yml +++ b/.github/workflows/sync-staging.yml @@ -20,6 +20,9 @@ jobs: git config --global user.name 'github-actions[bot]' git config --global user.email 'github-actions[bot]@users.noreply.github.com' + - name: Fetch all branches + run: git fetch --all + - name: Checkout staging branch run: git checkout staging