check sync action
Some checks failed
coverage / build (push) Has been cancelled
test / test (push) Has started running

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-27 09:26:21 +03:00
parent 5fed91a65f
commit 46f3108870

View File

@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
run: git clone --bare --filter=tree:0 ${GITHUB_REPOSITORY} repo
run: git clone --bare --filter=tree:0 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} repo
- name: track master
run: git --git-dir=repo remote add --no-tags --fetch --track master upstream-master ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"