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 dbbee8c commit a74785e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-create-plugma-2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ jobs:
log_user 1
set timeout 20
spawn npx create-plugma
set inputs [list "\r" "\r" "TestProject\r"] # Proper Tcl list syntax
set inputs [list "\r" "\r" "TestProject\r"]
foreach input $inputs {
expect {
-re . { send $input; exp_continue } # Match any output and send the input
-re . { send $input; exp_continue }
}
}
expect eof
Expand Down

0 comments on commit a74785e

Please sign in to comment.