The previous PR added read to the end library.sh script so the output could be read by a user if someone went wrong. This however causes the GitHub Actions workflow to hang an timeout causing an exit code of non-zero leading to a failed state. This fixes this.
The previous PR added
read
to the endlibrary.sh
script so the output could be read by a user if someone went wrong. This however causes the GitHub Actions workflow to hang an timeout causing an exit code of non-zero leading to a failed state. This fixes this.