From 3468da80a442c1598ef22c8f54bc079ee1e1505e Mon Sep 17 00:00:00 2001 From: yaroze Date: Tue, 29 Apr 2025 20:38:52 +0000 Subject: [PATCH] Update documentation for enabling Forgejo Actions (#590) Clarified where the user should Forgejo Actions. Thanks to @gusted:matrix.org Co-authored-by: plfarinha Reviewed-on: https://codeberg.org/Codeberg/Documentation/pulls/590 Reviewed-by: Gusted Co-authored-by: yaroze Co-committed-by: yaroze --- content/ci/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/ci/actions.md b/content/ci/actions.md index cfd400c..e948266 100644 --- a/content/ci/actions.md +++ b/content/ci/actions.md @@ -20,7 +20,7 @@ This guide will walk you through setting up your own [Forgejo Actions](https://f {% admonition "info" "Make sure to enable actions" %} -Repository Actions are disabled by default and will require you to enable them in the "Advanced Settings" section of the settings page. +Repository Actions are disabled by default and will require you to enable them in the "Units" > "Overview" section of your repository's settings page. {% endadmonition %}