initial commit of actions
This commit is contained in:
commit
949ece5785
44660 changed files with 12034344 additions and 0 deletions
26
dawidd6/action-download-artifact-v3/node_modules/dot-object/test/transforms/contact.json
generated
vendored
Normal file
26
dawidd6/action-download-artifact-v3/node_modules/dot-object/test/transforms/contact.json
generated
vendored
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
{
|
||||
"name": "Contact Transform",
|
||||
"input": {
|
||||
"id": 1,
|
||||
"contact": {
|
||||
"firstName": "John",
|
||||
"lastName": "Doe",
|
||||
"email": "example@test.com"
|
||||
}
|
||||
},
|
||||
"transform": {
|
||||
"id": "nr",
|
||||
"contact.firstName": "name.first",
|
||||
"contact.lastName": "name.last",
|
||||
"contact.email": "email"
|
||||
},
|
||||
"expected": {
|
||||
"nr": 1,
|
||||
"name": {
|
||||
"first": "John",
|
||||
"last": "Doe"
|
||||
},
|
||||
"email": "example@test.com"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue