chore(ci): fix sync-dirs.yaml (#1947)

This commit is contained in:
Hekmatullah 2025-12-21 20:15:58 +00:00 committed by GitHub
parent fddebd965d
commit e49f20842f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: dev
ref: development
- name: Setup Git config
run: |
@ -176,8 +176,8 @@ jobs:
# Preserve root-level exclusions before sync
preserve_root_files
# Switch to dev branch
git checkout dev
# Switch to development branch
git checkout development
# Sync directories
for dir in "${DIRS[@]}"; do
@ -268,4 +268,4 @@ jobs:
labels: |
sync
automated pr
base: dev
base: development