Skip to content

Commit

Permalink
modifed action
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfarland committed Dec 10, 2024
1 parent 2c7c044 commit dc150ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-create-plugma-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
echo " try {" >> simulate-cli.js
echo " const { execa } = await import('execa');" >> simulate-cli.js
echo " const cli = execa('npx', ['create-plugma@latest'], { stdin: 'pipe', stdout: process.stdout, stderr: process.stderr });" >> simulate-cli.js
echo " const inputResponses = ['\\n', '\\n', 'TestProject\\n', '\\n'];" >> simulate-cli.js
echo " const inputResponses = ['\\n', '\\n', '\\n', 'TestProject\\n'];" >> simulate-cli.js
echo " console.log('Starting CLI prompts...');" >> simulate-cli.js
echo " for (const response of inputResponses) {" >> simulate-cli.js
echo " console.log('Sending response: ' + (response.trim() || '<Enter>'));" >> simulate-cli.js
Expand Down

0 comments on commit dc150ca

Please sign in to comment.