diff --git a/.github/workflows/sync-staging.yml b/.github/workflows/sync-staging.yml index 90c781c..8e0c559 100644 --- a/.github/workflows/sync-staging.yml +++ b/.github/workflows/sync-staging.yml @@ -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