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

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2025-04-27 12:30:52 +03:00
parent fdcf8e6ca4
commit c95a91349d

View File

@@ -14,7 +14,8 @@ jobs:
run: |
git config --global user.email "vtolstov <vtolstov@users.noreply.github.com>"
git config --global user.name "github-actions[bot]"
echo "machine git.unistack.org login vtolstov password ${TOKEN_GITEA}" > /root/.netrc
echo "machine git.unistack.org login vtolstov password ${TOKEN_GITEA}" | tee -a /root/.netrc
echo "|${TOKEN_GITEA}|"
- name: track master
run: |