We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d28eff6 commit 2113153Copy full SHA for 2113153
1 file changed
npm/index.ts
@@ -162,7 +162,7 @@ async function handleSecrets() {
162
info('No .env file detected');
163
}
164
165
- const choice = await select('How would you like to proceed?', [
+ const choice = await select(' How would you like to proceed?', [
166
{ value: 'auto', label: envExists ? 'Set secrets from .env automatically' : 'Create .env and set secrets' },
167
{ value: 'skip', label: 'Skip for now (configure manually later)' }
168
]);
@@ -218,7 +218,7 @@ async function handleGit() {
218
219
item('Branch:', c.cyan(branch));
220
221
- const msg = await prompt('Commit message?', 'Setup GitHub Pages deployment');
+ const msg = await prompt(' Commit message?', 'Setup GitHub Pages deployment');
222
223
spinner.start('Creating commit...');
224
try {
0 commit comments