Skip to content

Commit

Permalink
fixup! fixup! auto-update template in separate repo
Browse files Browse the repository at this point in the history
  • Loading branch information
MingweiSamuel committed Dec 22, 2024
1 parent 5183bf2 commit 5ab5849
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ jobs:
run: |
git -C "$DIR" init -b main -q
git -C "$DIR" remote add origin "git@github.com:$GITHUB_REPOSITORY_OWNER/dfir-template.git"
git -C "$DIR" config credential.helper "$(git config credential.helper)"
git -C "$DIR" config 'http.https://github.com/.extraheader' "$(git config 'http.https://github.com/.extraheader')"
# git -C "$DIR" config credential.helper "$(git config credential.helper)"
# git -C "$DIR" config 'http.https://github.com/.extraheader' "$(git config 'http.https://github.com/.extraheader')"
git -C "$DIR" config core.autocrlf input
git -C "$DIR" config core.safecrlf false
git -C "$DIR" add -A
Expand Down

0 comments on commit 5ab5849

Please sign in to comment.