actions-tools/YAML Outputs
Read a YAML file, flatten it recursively into a set of output parameters
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-path | The path of the YAML file to read | yes | — |
| separator | The separator used to concatenate child properties. For example, "root__parent__child: true" | no | __ |
| node | The node to start flattening from. For example, "root.parent" | no | — |
| export-env-variables | Export outputs as environment variables | no | true |
| fail-on-file-not-found | Set to false if you do not want the action to fail if the file does not exist | no | true |
Outputs
no outputs