owais2341/read-properties-action
Pure TypeScript GitHub Action to read values from .properties and .props files, with support for glob patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file | A file to read, may be a glob pattern | 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
no outputs