From ed402c0c36f4aa73c111ff1df7696d1e7979da2e Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Wed, 27 Aug 2025 22:37:24 +0200 Subject: [PATCH] refactor: :recycle: store `github_repo` into copier answer file --- template/{{_copier_conf.answers_file}}.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/template/{{_copier_conf.answers_file}}.jinja b/template/{{_copier_conf.answers_file}}.jinja index a96840d..e8f91f7 100644 --- a/template/{{_copier_conf.answers_file}}.jinja +++ b/template/{{_copier_conf.answers_file}}.jinja @@ -1,2 +1,2 @@ -# Changes here will be overwritten by Copier -{{ _copier_answers|to_nice_yaml -}} +# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY +{{ dict(_copier_answers, github_repo=github_repo) | to_nice_yaml -}}