Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfarland committed Dec 10, 2024
1 parent 92859e8 commit 60bf494
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/run-create-plugma-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,11 @@ jobs:
expect <<EOF
log_user 1
set timeout 20
set step 0
spawn npx create-plugma
expect {
-re . {
incr step
if {$step == 1} { send "\r" }
if {$step == 2} { send "\r" }
if {$step == 3} { send "TestProject\r" }
exp_continue
set inputs {"\r" "\r" "TestProject\r"}
foreach input $inputs {
expect {
-re . { send $input; exp_continue }
}
}
expect eof
Expand Down

0 comments on commit 60bf494

Please sign in to comment.