Skip to content

Commit ec56ec9

Browse files
committed
fixups
1 parent 6d149dc commit ec56ec9

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

.github/workflows/template_update_gh.yaml

+2-8
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,6 @@ jobs:
3030
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml
3131

3232

33-
- name: Prepare git username
34-
working-directory: ./ds-gh-default2
35-
run: |
36-
git config --global user.email "lukasz.karlowski@deepsense.ai"
37-
git config --global user.name "lukasz karlowski"
38-
3933
- name: Remote checkout
4034
uses: actions/checkout@v4
4135
with:
@@ -61,8 +55,8 @@ jobs:
6155
- name: Prepare git5
6256
working-directory: ./ds-gh-default2
6357
run: |
64-
git config --global user.email "lukasz.karlowski@deepsense.ai"
65-
git config --global user.name "lukasz karlowski"
58+
git config --local user.email "lukasz.karlowski@deepsense.ai"
59+
git config --local user.name "lukasz karlowski"
6660
git checkout -b ds-default-check
6761
git add .
6862

.github/workflows/template_update_gl.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131

3232

3333
- name: Remote checkout
34-
run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git
34+
run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@gitlab.com/lukasz.karlowski/ds-lk-default.git ds-gl-default
3535

3636
- name: Set safe directory
3737
run: |
@@ -43,6 +43,7 @@ jobs:
4343

4444
- name: ls repo
4545
run:
46+
ls -al .
4647
ls -al ds-gl-default2
4748

4849
- name: Prepare git5

0 commit comments

Comments
 (0)