subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.16k stars 193 forks source link

Documentation issue #224

Closed darhaywa closed 1 year ago

darhaywa commented 1 year ago

The following line requires quotes to avoid Mapping values are not allowed in this context. error generated by GitHub actions

cache-path: ${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:

should be

cache-path: '${{ runner.tool_cache }}/flutter/:channel:-:version:-:arch:'