actions-marketplace-validations/Version reader
Reading a version from a file, not that hard
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| prepend | string that goes before the value | no | __version__= |
| allow_feature_branches | Wether to fail if feature branch | no | false |
| filename | Name of the file | no | __version__.py |
| filelocation | File location relative to root, leave empty for root | no | "" |
Outputs
| name | description |
|---|---|
| version | Version as semver string. |