Skip to content

Commit

Permalink
work template
Browse files Browse the repository at this point in the history
  • Loading branch information
karllu3 committed Jul 25, 2024
1 parent adeb89f commit 0613a71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template_update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:

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

- name: Prepare git4
working-directory: ./ds-gh-default
Expand Down

0 comments on commit 0613a71

Please sign in to comment.