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 6537479 commit dfccffa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
- name: Verify Plesk installation
run: plesk version

- name: Navigate to install folder
run: cd install

- name: Run installation script
run: |
echo "Running installation script..."
Expand All @@ -38,6 +35,10 @@ jobs:
send "N\r"
exp_continue
}
"Select an action" {
send "install\r"
exp_continue
}
eof
}
'

0 comments on commit dfccffa

Please sign in to comment.