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 e67b47e commit 787b0df
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 @@ -39,7 +39,7 @@ jobs:
echo " const inputResponses = ['\\n', '\\n', 'TestProject\\n', '\\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
echo " console.log('Sending response: ' + (response.trim() || '<Enter>'));" >> simulate-cli.js
echo " await new Promise((resolve) => setTimeout(resolve, 500));" >> simulate-cli.js
echo " cli.stdin.write(response);" >> simulate-cli.js
echo " }" >> simulate-cli.js
Expand Down

0 comments on commit 787b0df

Please sign in to comment.