Skip to content

Commit

Permalink
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 d91521b commit 5183bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Push to dfir repo
shell: bash
run: |
git -C "$DIR" init -q
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')"
Expand Down

0 comments on commit 5183bf2

Please sign in to comment.