Skip to content

Commit

Permalink
iterate on staging sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinwheeler committed Jan 5, 2025
1 parent d6d4cdd commit 91bc474
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sync-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 91bc474

Please sign in to comment.