From f391ace7a40b9ced1feb49be70909d18c4776594 Mon Sep 17 00:00:00 2001 From: Lukasz Karlowski Date: Thu, 25 Jul 2024 11:00:01 +0200 Subject: [PATCH] pushes --- .github/workflows/template_update.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/template_update.yaml b/.github/workflows/template_update.yaml index 56b9284..75a9d20 100644 --- a/.github/workflows/template_update.yaml +++ b/.github/workflows/template_update.yaml @@ -51,8 +51,9 @@ 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 config --global user.email "lukasz.karlowski@deepsense.ai" + git config --global user.name "lukasz karlowski" + git checkout -b "ds-default-check" git commit -m "Repo after creation" git push --set-upstream origin master --force