Skip to content

Commit 053cbe2

Browse files
committed
fixup! fix: Only execute context hook when rendering templates
1 parent 3e14c76 commit 053cbe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/test_extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ def git(*args: str | Path) -> None:
2525
env={
2626
"GIT_AUTHOR_NAME": "Copier Test",
2727
"GIT_AUTHOR_EMAIL": "copier@test",
28+
"GIT_COMMITTER_NAME": "Copier Test",
29+
"GIT_COMMITTER_EMAIL": "copier@test",
2830
},
2931
)
3032

0 commit comments

Comments
 (0)