teunmooij/YAML Action
Github action to read, modify and write yaml
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| from-file | Path to the file to read from | no | — |
| data | The input data as JSON string | no | — |
| to-file | Path to the file to write to | no | — |
| merge | Recursively merge the given data with the input data | no | — |
| set | Overwrite the input data at the given paths with the given data | no | — |
Outputs
| name | description |
|---|---|
| data | The output data |