-
|
Hello, i want to use the settings.yml in my user home on a Debian system. My file is located in: Also the trust settings are not working, i still have to add --trust to the call. My settings file looks like this: defaults:
user_name: "MrTango"
user_email: md@derico.de
github_user: "MrTango"
gitlab_user: "MrTango78"
project_name: "test-project"
trust:
- https://github.com/MrTangowhat do i miss here? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Could you please provide your Copier version? copier --versionI've just done a small test with a default answer and that's working for me. Note that the default answer from project_name:
type: strwill not show the default value from |
Beta Was this translation helpful? Give feedback.
-
|
Thank you, you pushed me in the right direction. trust:
- https://github.com/MrTango/
- gh:MrTango/ |
Beta Was this translation helpful? Give feedback.
Thank you, you pushed me in the right direction.
So problem one, was the missing default.
The second problem was a missing slash at the end and the fact that the short version has to be also defined there: