We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06ac324 commit c0430bdCopy full SHA for c0430bd
.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/karllu3/ds-lk-default.git ds-gh-default2
+ run: git clone https://oauth2:${{ secrets.REPO_KEY_GITHUB }}@github.com/karllu3/ds-lk-default.git ds-gh-default2
36
37
- name: Set safe directory
38
run: |
0 commit comments