File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -55,11 +55,6 @@ is_seedcase_project:
5555 help : " Is this package part of the Seedcase Project?"
5656 default : true
5757
58- github_repo :
59- type : str
60- default : " {{ _copier_conf.dst_path | realpath | basename }}"
61- when : false
62-
6358github_user :
6459 type : str
6560 help : " What is the name of the GitHub user or organisation where the repository will be or is stored?"
@@ -102,6 +97,13 @@ github_board_number:
10297 The board number must be an integer.
10398 {% endif %}
10499
100+ # Configurations not asked
101+
102+ github_repo :
103+ type : str
104+ default : " {{ _copier_conf.dst_path | realpath | basename }}"
105+ when : false
106+
105107github_repo_snake_case :
106108 type : str
107109 default : " {{github_repo | replace('-', '_') | replace('.', '_')}}"
You can’t perform that action at this time.
0 commit comments