diff --git a/flows/26.json b/flows/26.json index e66a2d2..6ed16fb 100755 --- a/flows/26.json +++ b/flows/26.json @@ -62,8 +62,8 @@ "name": "git add", "type": "n8n-nodes-base.executeCommand", "position": [ - 860, - 620 + 800, + 640 ], "typeVersion": 1 }, @@ -157,6 +157,20 @@ "name": "Git account" } } + }, + { + "parameters": { + "operation": "add", + "repositoryPath": "/home/node/.n8n/backup", + "pathsToAdd": "." + }, + "name": "Git3", + "type": "n8n-nodes-base.git", + "typeVersion": 1, + "position": [ + 480, + 840 + ] } ], "connections": { @@ -197,7 +211,7 @@ "main": [ [ { - "node": "git add", + "node": "Git3", "type": "main", "index": 0 } @@ -228,13 +242,7 @@ }, "add username": { "main": [ - [ - { - "node": "git commit", - "type": "main", - "index": 0 - } - ] + [] ] }, "Git": { @@ -250,12 +258,29 @@ }, "Git1": { "main": [ - [] + [ + { + "node": "git commit", + "type": "main", + "index": 0 + } + ] + ] + }, + "Git3": { + "main": [ + [ + { + "node": "Git", + "type": "main", + "index": 0 + } + ] ] } }, "createdAt": "2022-05-26T17:20:27.486Z", - "updatedAt": "2022-05-30T03:16:05.998Z", + "updatedAt": "2022-05-30T03:18:28.670Z", "settings": { "errorWorkflow": "25" },