File tree 2 files changed +4
-9
lines changed
2 files changed +4
-9
lines changed Original file line number Diff line number Diff line change 30
30
run : cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml
31
31
32
32
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
-
39
33
- name : Remote checkout
40
34
uses : actions/checkout@v4
41
35
with :
61
55
- name : Prepare git5
62
56
working-directory : ./ds-gh-default2
63
57
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"
66
60
git checkout -b ds-default-check
67
61
git add .
68
62
Original file line number Diff line number Diff line change 31
31
32
32
33
33
- 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
35
35
36
36
- name : Set safe directory
37
37
run : |
43
43
44
44
- name : ls repo
45
45
run :
46
+ ls -al .
46
47
ls -al ds-gl-default2
47
48
48
49
- name : Prepare git5
You can’t perform that action at this time.
0 commit comments