maxim-lobanov / setup-xcode

Set up your GitHub Actions workflow with a specific version of Xcode
MIT License
288 stars 27 forks source link

Update documentation to use quotes in YAML examples #9

Closed maxim-lobanov closed 4 years ago

maxim-lobanov commented 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.

Related issue: #8