brycensranch/read-properties-action
Pure TypeScript GitHub Action to read values from .properties files, with support for glob patterns
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Nov 20, 2024
- License
- MIT
Pinned Snippet
uses: brycensranch/read-properties-action@6b75d8ab70d5abeb5211f96b660c45c911732b6e # v1.0.4tags can be moved; commit SHAs can't. why a SHA?
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