From 7b595943b91666b8d2ec10e7aa19953017f95054 Mon Sep 17 00:00:00 2001 From: Artem Chystiakov Date: Fri, 15 Mar 2024 17:02:02 +0200 Subject: [PATCH] ci global config --- .github/workflows/docs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 4a759e2f..883b5ec0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -30,8 +30,8 @@ jobs: cp -r markups/contracts docs/docs/reference - name: Push Docs run: | - git config user.name "Docs Syncer" - git config user.email "contact@distributedlab.com" + git config --global user.name "Docs Syncer" + git config --global user.email "contact@distributedlab.com" git fetch --unshallow latest_tag=$(git describe --tags --abbrev=0) cd docs