Auto backup (2022-05-28T02:36:44.515Z)

This commit is contained in:
nia
2022-05-28 02:36:44 +00:00
parent 3402a453d8
commit 7e9eb49410
5 changed files with 119 additions and 8 deletions

View File

@@ -90,6 +90,18 @@
620
],
"typeVersion": 1
},
{
"parameters": {
"command": "git config --global user.email \"ihor.nahornyy@gmail.com\" &&\n git config --global user.name \"nia\""
},
"name": "add username",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
920,
760
]
}
],
"connections": {
@@ -141,7 +153,7 @@
"main": [
[
{
"node": "git commit",
"node": "add username",
"type": "main",
"index": 0
}
@@ -158,10 +170,21 @@
}
]
]
},
"add username": {
"main": [
[
{
"node": "git commit",
"type": "main",
"index": 0
}
]
]
}
},
"createdAt": "2022-05-26T17:20:27.486Z",
"updatedAt": "2022-05-27T10:09:00.742Z",
"updatedAt": "2022-05-28T02:36:31.523Z",
"settings": {
"errorWorkflow": "25"
},