Skip to content

Commit

Permalink
add to ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent 0613a71 commit c2a7d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

- name: Prepare git3
working-directory: ./ds-gh-default
run: git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
run: git config -l | grep 'http\..*\.extraheader'

- name: Prepare git4
working-directory: ./ds-gh-default
run: git remote add origin git@github.com:karllu3/ds-lk-default.git
run: git remote add origin https://github.com/karllu3/ds-lk-default.git


- name: Prepare git5
Expand Down

0 comments on commit c2a7d34

Please sign in to comment.