From 77b6d18f3f1b4e58ed0c9a56ea95a433918a236e Mon Sep 17 00:00:00 2001 From: Gusted Date: Tue, 8 Apr 2025 05:48:09 +0000 Subject: [PATCH] chore: update URL of Actions unit Resolves forgejo/docs#1130 Ref forgejo/forgejo#2221 --- docs/user/actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user/actions.md b/docs/user/actions.md index 63292c13..98f63eb3 100644 --- a/docs/user/actions.md +++ b/docs/user/actions.md @@ -10,7 +10,7 @@ The following guide explains key **concepts** to help understand how `workflows` ## Quick start -- Verify that `Enable Repository Actions` is checked in the `Repository` tab of the `/{owner}/{repository}/settings` page. If the checkbox does not show it means the administrator of the Forgejo instance did not activate the feature. +- Verify that `Enable Repository Actions` is checked in the `Repository` tab of the `/{owner}/{repository}/settings/units#overview` page. If the checkbox does not show it means the administrator of the Forgejo instance did not activate the feature. ![enable actions](../_images/user/actions/enable-repository.png) - Add the following to the `.forgejo/workflows/demo.yaml` file in the repository. ```yaml