diff --git a/.github/workflows/sync-main-to-dev.yml b/.github/workflows/sync-main-to-dev.yml index a4e03ad..9605543 100644 --- a/.github/workflows/sync-main-to-dev.yml +++ b/.github/workflows/sync-main-to-dev.yml @@ -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