Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 26, 2024
1 parent 6d149dc commit ec56ec9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/template_update_gh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,6 @@ jobs:
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml


- name: Prepare git username
working-directory: ./ds-gh-default2
run: |
git config --global user.email "[email protected]"
git config --global user.name "lukasz karlowski"
- name: Remote checkout
uses: actions/checkout@v4
with:
Expand All @@ -61,8 +55,8 @@ jobs:
- name: Prepare git5
working-directory: ./ds-gh-default2
run: |
git config --global user.email "[email protected]"
git config --global user.name "lukasz karlowski"
git config --local user.email "[email protected]"
git config --local user.name "lukasz karlowski"
git checkout -b ds-default-check
git add .
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/template_update_gl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:


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

- name: Set safe directory
run: |
Expand All @@ -43,6 +43,7 @@ jobs:

- name: ls repo
run:
ls -al .
ls -al ds-gl-default2

- name: Prepare git5
Expand Down

0 comments on commit ec56ec9

Please sign in to comment.