mirror of
https://github.com/openMF/mobile-wallet.git
synced 2026-02-06 11:36:57 +00:00
chore(ci): fix sync-dirs.yaml (#1947)
This commit is contained in:
parent
fddebd965d
commit
e49f20842f
8
.github/workflows/sync-dirs.yaml
vendored
8
.github/workflows/sync-dirs.yaml
vendored
@ -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
|
||||
Loading…
Reference in New Issue
Block a user