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.
- Host: GitHub
- URL: https://github.com/opendds/acetao-ini-parser
- Owner: OpenDDS
- License: apache-2.0
- Created: 2024-06-18T18:19:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-19T18:51:41.000Z (over 1 year ago)
- Last Synced: 2025-03-15T09:22:29.588Z (10 months ago)
- Language: JavaScript
- Size: 469 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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'
```