Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/sync-main-to-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ jobs:
git reset --hard origin/main
fi

# Create empty commit with skip ci to prevent triggering workflows
git commit --allow-empty -m "chore: sync from main [skip ci]"
# Create empty commit to mark sync completion
git commit --allow-empty -m "chore: sync from main"

# Push with force-with-lease (safe force push that fails if remote has new commits)
# This workflow uses a GitHub App token to push to the protected branch
Expand Down