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

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

View File

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