check sync action
Some checks failed
syncpull / pull (push) Failing after 7s

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-27 10:52:20 +03:00
parent 2724b51f7c
commit af99b11a59

View File

@@ -12,8 +12,8 @@ jobs:
steps:
- name: init
run: |
git config --local user.email "vtolstov <vtolstov@users.noreply.github.com>"
git config --local user.name "github-actions[bot]"
git config --global user.email "vtolstov <vtolstov@users.noreply.github.com>"
git config --global user.name "github-actions[bot]"
git clone --depth=10 --filter=tree:0 ${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY} repo
- name: track master