From 8cb2d9db4a2221d3ace77e9e5bc500494eee037d Mon Sep 17 00:00:00 2001 From: Vasiliy Tolstov Date: Sun, 27 Apr 2025 11:28:50 +0300 Subject: [PATCH] check sync action Signed-off-by: Vasiliy Tolstov --- .gitea/workflows/job_syncpull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/job_syncpull.yml b/.gitea/workflows/job_syncpull.yml index a222d77e..90b58a59 100644 --- a/.gitea/workflows/job_syncpull.yml +++ b/.gitea/workflows/job_syncpull.yml @@ -14,7 +14,7 @@ jobs: run: | git config --global user.email "vtolstov " git config --global user.name "github-actions[bot]" - git config --global url."https://vtolstov:${TOKEN_GITEA}@git.unistack.org/".insteadOf "https://git.unistack.org/" + echo "machine git.unistack.org login vtolstov password TOKEN_GITEA" > /root/.netrc - name: track master run: |