Skip to content

Commit ac91735

Browse files
committed
use computed values for link checker github action
1 parent 4afb393 commit ac91735

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

copier/questions/features_code_quality.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ SelectGitHubActions:
4848
value: AddGitHubActionDocumentation_flag
4949
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
5050
Link checker (reports broken URLs):
51-
value: AddLinkCheck
51+
value: AddLinkCheck_flag
5252
# validator: "{% if something != 'AnotherThing' %}BlaBla{% endif %}"
5353

5454

@@ -62,3 +62,8 @@ AddGitHubActionDocumentation:
6262
type: bool
6363
default: "{{ 'AddGitHubActionDocumentation_flag' in SelectGitHubActions }}"
6464
when: false
65+
66+
AddLinkCheck:
67+
type: bool
68+
default: "{{ 'AddLinkCheck_flag' in SelectGitHubActions }}"
69+
when: false

0 commit comments

Comments
 (0)