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

https://github.com/opendds/acetao-ini-parser

A GitHub Action for parsing acetao.ini so other actions can use its content.
https://github.com/opendds/acetao-ini-parser

Last synced: 7 months ago
JSON representation

A GitHub Action for parsing acetao.ini so other actions can use its content.

Awesome Lists containing this project

README

          

# acetao-ini-parser

A GitHub Action for parsing `acetao.ini` so other actions can use its content.

## Inputs

### `section`

**Required** The section in `acetao.ini` to parse.

## Outputs

Each key/value pair under `section` will be available as an output.

## Example usage

```yaml
uses: OpenDDS/acetao-ini-parser@v0.1.0
with:
section: 'ace6tao2'
```