Skip to content

Commit

Permalink
iterate on staging push
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinwheeler committed Jan 5, 2025
1 parent 8f81000 commit 2258b6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sync-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: git fetch origin main

- name: Merge main into staging
run: git merge origin/main --no-ff --no-edit --allow-unrelated-histories
run: git merge origin/main --no-edit --allow-unrelated-histories

- name: Push changes to staging
run: git push origin staging
Expand Down

0 comments on commit 2258b6a

Please sign in to comment.