Skip to content

Commit e3a4711

Browse files
authored
Make GitHub Actions workflow option default to true in interactive setup (#156)
1 parent c22aac2 commit e3a4711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/generator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ export class Generator {
129129
type: 'confirm',
130130
name: 'installGitHubActions',
131131
message: 'Add a GitHub Actions workflow?',
132-
initial: !!this.options.gha,
132+
initial: true,
133133
skip: !!this.options.gha,
134134
},
135135
{

0 commit comments

Comments
 (0)