Add flutter-version-file (#290)
* update README with new info * setup.sh: update arg parsing to add support for `flutter-version-file` as `-f pubspec.yaml` * action.yaml: add flutter-version-file * setup.sh: require `yq` only when -f option is specified * fix tests and add a new one * enable shell options: `errexit` and `nounset` * move falling back to defaults to single place - setup.sh * action.yaml: reduce number of arguments in the last invocation
This commit is contained in:
5
test/pubspec.yaml
Normal file
5
test/pubspec.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
name: flutter_action_test
|
||||
|
||||
environment:
|
||||
dart: ">=2.18.0 <3.0.0"
|
||||
flutter: 3.3.10
|
||||
Reference in New Issue
Block a user