Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix error detection in bash command substitution (#17)
GitHub Actions runs bash with `-e` by default, but because we were combining the command substitution with an echo, the return code from the subshell was ignored. Capturing the command substitution explicitly should resolve the issue.
- Loading branch information