Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.