remal-github-actions/Read property
Read a property from Java properties file
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | Path to properties file | yes | — |
| failIfFileNotFound | Set to 'false' to return default value if the properties file can't be found | yes | true |
| property | Property name | yes | — |
| failIfPropertyNotFound | Set to 'true' to return default value if the property can't be found in the properties file | yes | true |
| defaultValue | Default value that will be returned if the property can't be read | no | — |
Outputs
| name | description |
|---|---|
| value | Property value |