14.12.25 - фикс пайплайна CI #4
All checks were successful
Mirror frontend to backend repo / mirror (push) Successful in 5s

This commit is contained in:
2025-12-14 03:47:29 +03:00
parent d015e3ab88
commit 4d8c6fac2c

View File

@@ -33,10 +33,12 @@ jobs:
- name: Subtree pull frontend
run: |
cd goSSS
git fetch front main
git subtree pull \
--prefix=front-ui \
front main \
--squash
--squash \
-m "Merge frontend changes"
- name: Push to backend repo
run: |