We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 171088f commit c3c535dCopy full SHA for c3c535d
.github/workflows/template_update_gh.yaml
@@ -32,7 +32,7 @@ jobs:
32
run: cookiecutter . --no-input --config-file cookiecutter_default_gh.yaml
33
34
- name: Remote checkout
35
- run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@github.com/lukasz.karlowski/karllu3/ds-lk-default.git ds-gh-default2
+ run: git clone https://oauth2:${{ secrets.REPO_KEY_GITLAB }}@github.com/karllu3/ds-lk-default.git ds-gh-default2
36
37
- name: Set safe directory
38
run: |
0 commit comments