From 8b1800b86861e1412e5dfe9c1469cf6938712b8c Mon Sep 17 00:00:00 2001 From: Denys Konovalov Date: Wed, 10 Jul 2024 15:07:21 +0200 Subject: [PATCH] fix ftecke git url --- playbooks/gitea.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/gitea.yml b/playbooks/gitea.yml index c1100a7..03b317a 100644 --- a/playbooks/gitea.yml +++ b/playbooks/gitea.yml @@ -8,7 +8,7 @@ - all vars_prompt: - name: gitea__runner_token - prompt: Input your runner token obtained on https://git.cantorgymnasium.de/org/gcg/settings/actions/runners + prompt: Input your runner token obtained on https://git.ftecke.de/user/settings/actions/runners private: false tasks: - name: Get latest act_runner version @@ -60,7 +60,7 @@ - /usr/local/bin/act_runner - register - --instance - - "https://git.cantorgymnasium.de/" + - "https://git.ftecke.de/" - --name - "{{ gitea__runner_name }}" - --labels