update all
All checks were successful
sync / sync (push) Successful in 36s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-29 18:16:16 +03:00
parent 2b08c8f682
commit 394fd16243

View File

@@ -40,7 +40,7 @@ jobs:
cd repo
git remote add --no-tags --fetch --track v3 upstream https://github.com/${GITHUB_REPOSITORY}
git pull --rebase upstream v3
git push upstream v3
git push upstream v3 --progress
git push origin v3 --progress
cd ../
rm -rf repo
@@ -51,7 +51,7 @@ jobs:
cd repo
git remote add --no-tags --fetch --track v4 upstream https://github.com/${GITHUB_REPOSITORY}
git pull --rebase upstream v4
git push upstream v4
git push upstream v4 --progress
git push origin v4 --progress
cd ../
rm -rf repo