From 16194cad450e482d8ac2d49fa01945392c8e9b9e Mon Sep 17 00:00:00 2001 From: Lukasz Karlowski Date: Thu, 25 Jul 2024 10:41:40 +0200 Subject: [PATCH] define user for commit --- .github/workflows/template_update.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index aea148b..6030171 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -51,6 +51,8 @@ jobs: - name: Push repo working-directory: ./ds-gh-default run: | + git config --global user.email "github@deepsense.ai" + git config --global user.name "ds-template developer" git commit -m "Repo after creation" git push --force