From 0ff02f5d54e1009b7c4260aff25be17460175b08 Mon Sep 17 00:00:00 2001 From: Earl Warren Date: Thu, 21 Aug 2025 16:24:12 +0200 Subject: [PATCH] docs: lxc-helper is now a dependency of the runner --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f3a126..c3c6a5d 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ linked with workflows using `cascading-pr` as follows. ```mermaid flowchart TD - lxc-helper(lxc-helper) --> act(runner) + lxc-helper(lxc-helper) --> runner(runner) runner --> setup-forgejo(setup-forgejo) setup-forgejo --> e2e(end-to-end) forgejo-curl(forgejo-curl.sh) --> setup-forgejo