check sync action
Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
@@ -23,6 +23,7 @@ jobs:
|
|||||||
git remote add --no-tags --fetch --track master upstream-master https://github.com/${GITHUB_REPOSITORY}
|
git remote add --no-tags --fetch --track master upstream-master https://github.com/${GITHUB_REPOSITORY}
|
||||||
git merge --allow-unrelated-histories "upstream-master/master"
|
git merge --allow-unrelated-histories "upstream-master/master"
|
||||||
git push --progress
|
git push --progress
|
||||||
|
cd ../
|
||||||
rm -rf repo
|
rm -rf repo
|
||||||
|
|
||||||
- name: track v3
|
- name: track v3
|
||||||
@@ -32,6 +33,7 @@ jobs:
|
|||||||
git remote add --no-tags --fetch --track v3 upstream-v3 https://github.com/${GITHUB_REPOSITORY}
|
git remote add --no-tags --fetch --track v3 upstream-v3 https://github.com/${GITHUB_REPOSITORY}
|
||||||
git merge --allow-unrelated-histories "upstream-master/v3"
|
git merge --allow-unrelated-histories "upstream-master/v3"
|
||||||
git push --progress
|
git push --progress
|
||||||
|
cd ../
|
||||||
rm -rf repo
|
rm -rf repo
|
||||||
|
|
||||||
- name: track v4
|
- name: track v4
|
||||||
@@ -41,4 +43,5 @@ jobs:
|
|||||||
git remote add --no-tags --fetch --track v4 upstream-v4 https://github.com/${GITHUB_REPOSITORY}
|
git remote add --no-tags --fetch --track v4 upstream-v4 https://github.com/${GITHUB_REPOSITORY}
|
||||||
git merge --allow-unrelated-histories "upstream-master/v4"
|
git merge --allow-unrelated-histories "upstream-master/v4"
|
||||||
git push --progress
|
git push --progress
|
||||||
|
cd ../
|
||||||
rm -rf repo
|
rm -rf repo
|
||||||
|
|||||||
Reference in New Issue
Block a user