mirror of
https://github.com/discourse/discourse.git
synced 2026-07-31 16:48:26 -05:00
Without this change the resulting comparison looks like ``` if [ tests-passed == "tests-passed" ]; then ``` and so it was always failing. This way the resulting base branch name will also be in quotes for the comparison. Follow up to: #24273