Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix if condition for upload-logs step (#87)
Previously the if condition was always evaluating to a truthy string (e.g. 'false == "true"' or 'true == "true"') as the string comparison (`== 'true'`) was not inside the expression syntax (`${{ }}`) and thus being treated as a string rather than being evaluated.
- Loading branch information