liam-johnston/YAML Helper
Simple yaml helper that allows merging values into existing yaml files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-location | Location of the yaml file | yes | — |
| create-if-does-not-exist | Should the file be created if it doesn't exist | no | true |
| content | The contents of the file in YAML format | no | "" |
| yaml-schema | Schema for the yaml file if using a yaml-file-server | no | "" |
Outputs
| name | description |
|---|---|
| file-location | Where the outputted file was written to |
| file-created | If a new file was created from this action |
| file-contents | The final contents of the resultant file |