Fixed property decode for github actions

This commit is contained in:
Mike Farah
2022-02-10 11:34:33 +11:00
parent e0d6b45651
commit 3ac531ce74
7 changed files with 77 additions and 27 deletions
+13
View File
@@ -144,3 +144,16 @@ person.pets.0 = dog
person.food.0 = pizza
```
## Empty doc
Given a sample.properties file of:
```properties
```
then
```bash
yq -p=props sample.properties
```
will output
```yaml
```