Skip to content

Commit 28d96a6

Browse files
committed
test
1 parent a0d1f59 commit 28d96a6

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/release.yaml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,14 @@ jobs:
4040
resave-data: false
4141
md5: true
4242
user: bob
43-
metadata: '{"hello": "world", "num": 1}'
43+
metadata: |
44+
{
45+
"config": {
46+
"option1": "value1",
47+
"option2": "value2"
48+
},
49+
"items": [1, 2, 3]
50+
}
4451
4552
- name: echo output
4653
run: |

0 commit comments

Comments
 (0)