Skip to content

Commit 1fe938b

Browse files
committed
update the condition for github action question
1 parent 53b9959 commit 1fe938b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

copier.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,9 @@ template_profile:
7171

7272
# Optional questions
7373
AddGitHubActions:
74-
when: "{{ AnswerStrategy == 'ask' }}"
74+
when: "{{ template_profile == 'ask' }}"
7575
type: bool
76-
default: "{{ AnswerStrategy != 'minimum' }}"
76+
default: "{{ template_profile != 'minimum' }}"
7777
help: GitHub actions to test build, documentation
7878

7979

0 commit comments

Comments
 (0)