From de91b8f3fb38701e9c471f659043d0eb6b8ff342 Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Mon, 17 Nov 2025 16:38:22 +0100 Subject: [PATCH] =?UTF-8?q?docs(forgejo):=20=E2=9C=8F=EF=B8=8FFix=20GARM?= =?UTF-8?q?=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/en/docs/documentation/forgejo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/documentation/forgejo.md b/content/en/docs/documentation/forgejo.md index 881738b..03a8654 100644 --- a/content/en/docs/documentation/forgejo.md +++ b/content/en/docs/documentation/forgejo.md @@ -17,7 +17,7 @@ Here is the management summary of the work package results: * **⚙️ Core Use Case:** Forgejo is used for all project source code **versioning** and as the backbone for our **CI/CD (Continuous Integration/Continuous Deployment)** pipelines. -* **🛠️ Key Extension (GARM Support):** The main technical achievement was integrating **[GARM (Git-based Actions Runner Manager)](https://github.com/cloudbase/garm)**. This was *not* supported by Forgejo out-of-the-box. +* **🛠️ Key Extension (GARM Support):** The main technical achievement was integrating **[GARM (GitHub Actions Runner Manager)](https://github.com/cloudbase/garm)**. This was *not* supported by Forgejo out-of-the-box. * **✨ Required Enhancements:** To make GARM work, our team developed and implemented several critical features: * Webhook support for workflow events (to tell runners when to start).