Closed maxim-lobanov closed 4 years ago
Recently, we have faced with an issue: GitHub interprets YAML xcode-version: 12.0 as xcode-version: 12 and trim trailing .0. It is better approach to use quotes in YAML to make sure that value will be interpreted as string and prevent such issues.
xcode-version: 12.0
xcode-version: 12
.0
Related issue: #8
Recently, we have faced with an issue: GitHub interprets YAML
xcode-version: 12.0
asxcode-version: 12
and trim trailing.0
. It is better approach to use quotes in YAML to make sure that value will be interpreted as string and prevent such issues.Related issue: #8