check sync action

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-27 12:33:09 +03:00
parent 1ef3ad6531
commit 66fa04b8dc

View File

@@ -23,6 +23,7 @@ jobs:
git remote add --no-tags --fetch --track master upstream-master https://github.com/${GITHUB_REPOSITORY}
git merge --allow-unrelated-histories "upstream-master/master"
git push --progress
cd ../
rm -rf repo
- name: track v3
@@ -32,6 +33,7 @@ jobs:
git remote add --no-tags --fetch --track v3 upstream-v3 https://github.com/${GITHUB_REPOSITORY}
git merge --allow-unrelated-histories "upstream-master/v3"
git push --progress
cd ../
rm -rf repo
- name: track v4
@@ -41,4 +43,5 @@ jobs:
git remote add --no-tags --fetch --track v4 upstream-v4 https://github.com/${GITHUB_REPOSITORY}
git merge --allow-unrelated-histories "upstream-master/v4"
git push --progress
cd ../
rm -rf repo