From 2fecb1b7acd281d4c0e89c3b45ae0b593fe9bdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn=20M=C3=BCehlencord?= Date: Wed, 1 Apr 2026 12:38:14 +0200 Subject: [PATCH] default dtrack hostname --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 896f687..a1108bc 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -23,9 +23,9 @@ on: required: true type: string dtrack_host_name: - required: true + required: false type: string - # dtrack.muehlencord.de + default: 'dtrack.muehlencord.de' dtrack_protocol: required: false type: string