From ff532aa99e785faed8e3884799eb4ce7c523edad Mon Sep 17 00:00:00 2001 From: Lucas Berger Date: Wed, 4 Feb 2026 20:26:34 -0500 Subject: [PATCH] refactor(10.1-01): rename sub-workflows to shorter pattern - n8n-container-update.json -> n8n-update.json - n8n-container-actions.json -> n8n-actions.json - n8n-container-logs.json -> n8n-logs.json Workflow IDs remain unchanged (n8n assigns on import). Main workflow Execute Workflow nodes reference by ID, not filename. --- n8n-container-actions.json => n8n-actions.json | 0 n8n-container-logs.json => n8n-logs.json | 0 n8n-container-update.json => n8n-update.json | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename n8n-container-actions.json => n8n-actions.json (100%) rename n8n-container-logs.json => n8n-logs.json (100%) rename n8n-container-update.json => n8n-update.json (100%) diff --git a/n8n-container-actions.json b/n8n-actions.json similarity index 100% rename from n8n-container-actions.json rename to n8n-actions.json diff --git a/n8n-container-logs.json b/n8n-logs.json similarity index 100% rename from n8n-container-logs.json rename to n8n-logs.json diff --git a/n8n-container-update.json b/n8n-update.json similarity index 100% rename from n8n-container-update.json rename to n8n-update.json