From 137626c6374a42d21eb1521435e7aba75d3c692d Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Tue, 26 May 2026 17:54:39 +1000 Subject: [PATCH] forge: fix yet asnother typo in DEFAULT_ACTIONS_URL config Signed-off-by: Ryan Lerch --- roles/openshift-apps/forgejo/templates/values.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/openshift-apps/forgejo/templates/values.yaml.j2 b/roles/openshift-apps/forgejo/templates/values.yaml.j2 index 2d57b9ad16..46c40fd1fa 100644 --- a/roles/openshift-apps/forgejo/templates/values.yaml.j2 +++ b/roles/openshift-apps/forgejo/templates/values.yaml.j2 @@ -826,7 +826,7 @@ gitea: ## @param gitea.config.actions Configuration for [Forgejo Actions](https://forgejo.org/docs/latest/user/actions/) actions: - DEFAULT_ACTIONS_URL: https://forge.fedoraproject.org/ + DEFAULT_ACTIONS_URL: https://forge.fedoraproject.org ## @param gitea.config.other Uncategorized configuration options other: {}