mirror of
https://github.com/discourse/discourse.git
synced 2025-02-06 03:18:23 +00:00
179abfca1a
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