From 72267db739915ba9bc17660599f2e7157c60c168 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Wed, 29 Mar 2023 22:35:50 +0100 Subject: [PATCH] Update gitea actions default to GitHub If I need my own, I'll define them --- ansible/roles/gitea/files/app.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/roles/gitea/files/app.ini b/ansible/roles/gitea/files/app.ini index 142230b..4b67a8a 100644 --- a/ansible/roles/gitea/files/app.ini +++ b/ansible/roles/gitea/files/app.ini @@ -107,7 +107,7 @@ ENABLED = true [actions] ENABLED = true -DEFAULT_ACTIONS_URL = https://gitea.theorangeone.net +DEFAULT_ACTIONS_URL = https://github.com [migrations] ALLOW_LOCALNETWORKS = true