{
  "openruna_format": "flow-graph-v1",
  "title": "Push Multiple Files to Github Repo via Github REST API",
  "slug": "push-multiple-files-to-github-repo-via-github-rest-api",
  "source_filename": "1640_HTTP_Stickynote_Automation_Webhook.json",
  "nodes": [
    {
      "id": "Get latest commit SHA",
      "name": "Get latest commit SHA",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Get base tree SHA",
      "name": "Get base tree SHA",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Create new tree",
      "name": "Create new tree",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Create commit",
      "name": "Create commit",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "Update branch",
      "name": "Update branch",
      "integration": "httpRequest",
      "kind": "action"
    },
    {
      "id": "When clicking ‘Test workflow’",
      "name": "When clicking ‘Test workflow’",
      "integration": "manual",
      "kind": "trigger"
    },
    {
      "id": "Set Github Info",
      "name": "Set Github Info",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "File 1",
      "name": "File 1",
      "integration": "set",
      "kind": "logic"
    },
    {
      "id": "File 2",
      "name": "File 2",
      "integration": "set",
      "kind": "logic"
    }
  ],
  "edges": [
    {
      "from": "File 1",
      "to": "File 2"
    },
    {
      "from": "File 2",
      "to": "Get latest commit SHA"
    },
    {
      "from": "Create commit",
      "to": "Update branch"
    },
    {
      "from": "Create new tree",
      "to": "Create commit"
    },
    {
      "from": "Set Github Info",
      "to": "File 1"
    },
    {
      "from": "Get base tree SHA",
      "to": "Create new tree"
    },
    {
      "from": "Get latest commit SHA",
      "to": "Get base tree SHA"
    },
    {
      "from": "When clicking ‘Test workflow’",
      "to": "Set Github Info"
    }
  ]
}