Skip to content

Commit

Permalink
Update checker.yml
Browse files Browse the repository at this point in the history
Signed-off-by: ArchBlood <[email protected]>
  • Loading branch information
ArchBlood authored Apr 1, 2024
1 parent e1aaf7e commit 6537479
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,11 @@ jobs:
echo "Running installation script..."
expect -c '
spawn plesk installer --all-versions --web-interface-repository-url none
expect "Would you like to help Plesk make better products by sending information"
send "N\n"
expect eof
expect {
"Would you like to help Plesk make better products by sending information" {
send "N\r"
exp_continue
}
eof
}
'

0 comments on commit 6537479

Please sign in to comment.