madhead/read-java-properties
GitHub Action to read values from Java's .properties files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | A file to read | yes | — |
| property | A property to read from the file | no | — |
| all | A flag to read and output all the properties from the file | no | false |
| default | A value to return in case of any errors | no | — |
Outputs
| name | description |
|---|---|
| value | Property's value |