diff --git a/docs/user/actions/overview.md b/docs/user/actions/overview.md index cfed56f1..a20b259c 100644 --- a/docs/user/actions/overview.md +++ b/docs/user/actions/overview.md @@ -33,6 +33,4 @@ For a more detailed description of the differences between GitHub Actions and Fo ## Alternative CI options -Forgejo Actions is a CI system built into Forgejo. There are also other CI systems available, which may be more suitable for certain use-cases. - -TODO: Make a list +Forgejo Actions is a CI system built into Forgejo. There are also other CI systems available, which may be more suitable for certain use-cases. A list of these is available [in the forgejo-contrib repository](https://codeberg.org/forgejo-contrib/delightful-forgejo#ci-cd). diff --git a/plan.md b/plan.md index 5d7c16bd..127bf055 100644 --- a/plan.md +++ b/plan.md @@ -12,7 +12,7 @@ Each header is a page, the bullet points are items on the page. - [x] Explanation about workflow files, link to [workflow syntax](#basic-concepts). - [x] Explanation about runners, link to [runner instructions](#forgejo-runner-installation-guide). - [x] Warning about GitHub actions compatibility. Link to [page with details](#github-actions-differences). -- [ ] List alternate CI/CD systems, link to examples. +- [x] List alternate CI/CD systems, link to examples. ### Quick Start Guide