AutomationFlowsWeb Scraping › GitHub Push to Stable Diffusion Analysis

GitHub Push to Stable Diffusion Analysis

Original n8n title: Github Push Sd Analyze

github-push-sd-analyze. Uses httpRequest. Webhook trigger; 4 nodes.

Webhook trigger★★★★☆ complexity4 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 4 Complexity: ★★★★☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "name": "github-push-sd-analyze",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "github/sd/analyze",
        "options": {
          "responseData": "json",
          "responseCode": 200
        }
      },
      "id": "Webhook_GH",
      "name": "Webhook GitHub (push)",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 1,
      "position": [
        220,
        240
      ]
    },
    {
      "parameters": {
        "functionCode": "const repo = $json.repository?.full_name || 'unknown';\nconst branch = ($json.ref||'').split('/').slice(2).join('/') || 'unknown';\nconst commits = ($json.commits||[]).map(c=>`- ${c.id.slice(0,7)} ${c.message.replace(/\\n/g,' ')} (${c.author?.name||''})`).join('\\n');\nconst summary = `Repo: ${repo}\\nBranch: ${branch}\\nCommits:\\n${commits}`;\nreturn [{ json: { prompt: `# Analyze Push\\n${summary}\\n\\nLiefere kurze Impact-Analyse, potentielle Risiken und konkrete next steps (mit Datei-Hinweisen).` } }];"
      },
      "id": "ComposePrompt",
      "name": "Compose Prompt",
      "type": "n8n-nodes-base.function",
      "typeVersion": 2,
      "position": [
        500,
        240
      ]
    },
    {
      "parameters": {
        "requestMethod": "POST",
        "url": "http://127.0.0.1:8815/run",
        "options": {
          "useQueryString": true
        },
        "queryParametersUi": {
          "parameter": [
            {
              "name": "prompt",
              "value": "={{$json.prompt}}"
            }
          ]
        }
      },
      "id": "HTTP_to_Bridge",
      "name": "\u2192 Bridge (analyze)",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4,
      "position": [
        760,
        240
      ]
    },
    {
      "parameters": {
        "options": {
          "responseData": "text"
        }
      },
      "id": "Return",
      "name": "Return",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 2,
      "position": [
        1020,
        240
      ]
    }
  ],
  "connections": {
    "Webhook GitHub (push)": {
      "main": [
        [
          {
            "node": "Compose Prompt",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Compose Prompt": {
      "main": [
        [
          {
            "node": "\u2192 Bridge (analyze)",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "\u2192 Bridge (analyze)": {
      "main": [
        [
          {
            "node": "Return",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": true
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

github-push-sd-analyze. Uses httpRequest. Webhook trigger; 4 nodes.

Source: https://github.com/161sam/smolit_dev_pkg/blob/main/n8n/github-push-sd-analyze.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Web Scraping

This n8n template provides enterprise-level version control for your workflows using GitHub integration. Stop losing hours to broken workflows and manual exports – get proper commit history, visual di

n8n, Execute Workflow Trigger, HTTP Request +1
Web Scraping

This flow creates dummy files for every item added in your *Arrs (Radarr/Sonarr) with the tag .

HTTP Request, Ssh
Web Scraping

This workflow acts as a central API gateway for all technical indicator agents in the Binance Spot Market Quant AI system. It listens for incoming webhook requests and dynamically routes them to the c

HTTP Request
Web Scraping

Sign PDF documents with legally-compliant digital signatures using X.509 certificates. Supports multiple PAdES signature levels (B, T, LT, LTA) with optional visible stamps.

Execute Command, HTTP Request, Read Write File +1
Web Scraping

📡 This workflow serves as the central Alpha Vantage API fetcher for Tesla trading indicators, delivering cleaned 20-point JSON outputs for three timeframes: , , and . It is required by the following a

HTTP Request