actions-marketplace-validations/An action to get the Content of a Key from pubspec.yaml in a Flutter App
A Github Action to get the Content of a Key from pubspec.yaml in a Flutter App
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| path | The pubspec.yaml file path. Optional. Default: `pubspec.yaml` | — | pubspec.yaml |
| key | The key to look at. Optional. Default: `version` | — | version |
Outputs
| name | description |
|---|---|
| key | The name of the key |
| content | the content of the file |