docs(forgejo): ✏️Fix GARM name

This commit is contained in:
Daniel Sy 2025-11-17 16:38:22 +01:00
parent 5d80a899c5
commit de91b8f3fb
Signed by untrusted user: Daniel.Sy
GPG key ID: 1F39A8BBCD2EE3D3

View file

@ -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).