We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b9959 commit 1fe938bCopy full SHA for 1fe938b
1 file changed
copier.yml
@@ -71,9 +71,9 @@ template_profile:
71
72
# Optional questions
73
AddGitHubActions:
74
- when: "{{ AnswerStrategy == 'ask' }}"
+ when: "{{ template_profile == 'ask' }}"
75
type: bool
76
- default: "{{ AnswerStrategy != 'minimum' }}"
+ default: "{{ template_profile != 'minimum' }}"
77
help: GitHub actions to test build, documentation
78
79
0 commit comments