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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-27 11:15:32 +03:00
parent a4a8935c1f
commit 7374d41cf8

View File

@@ -14,8 +14,8 @@ jobs:
run: |
git config --global user.email "vtolstov <vtolstov@users.noreply.github.com>"
git config --global user.name "github-actions[bot]"
git config --global url.https://vtolstov:${TOKEN}@git.unistack.org/.insteadOf https://git.unistack.org/
echo url "|${GITHUB_SERVER_URL}|"
echo $(id)
echo "machine git.unistack.org login vtolstov password ${TOKEN}" > /root/.netrc
- name: track master
run: |