diff --git a/src/generator.ts b/src/generator.ts index e01ca40..7801f6e 100644 --- a/src/generator.ts +++ b/src/generator.ts @@ -129,7 +129,7 @@ export class Generator { type: 'confirm', name: 'installGitHubActions', message: 'Add a GitHub Actions workflow?', - initial: !!this.options.gha, + initial: true, skip: !!this.options.gha, }, {