Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/soir20/read-properties
GitHub action to read .properties files.
https://github.com/soir20/read-properties
actions properties-file
Last synced: about 2 months ago
JSON representation
GitHub action to read .properties files.
- Host: GitHub
- URL: https://github.com/soir20/read-properties
- Owner: soir20
- License: mit
- Created: 2022-08-24T02:47:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-28T05:33:22.000Z (about 2 years ago)
- Last Synced: 2024-10-15T06:31:18.513Z (3 months ago)
- Topics: actions, properties-file
- Language: Kotlin
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# read-properties
GitHub action to read .properties files.## Inputs
### `file`
Path to the .properties file to read a property from.### `property`
Name of the property to read.## Outputs
### `value`
Value of the property that was read.