From cddd270ccec6c9389d0e053fc69e901f0bb3f4d1 Mon Sep 17 00:00:00 2001 From: Gabriel Radureau Date: Mon, 6 Apr 2026 18:18:08 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20update=20ci-cd=20workfl?= =?UTF-8?q?ow=20to=20use=20kebab-case=20repository=20name?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Changed GITEA_REPO from 'DanceLessonsCoach' to 'dance-lessons-coach' - Updated workflow comment to use kebab-case - Aligns with module name changes from previous commits This ensures the CI/CD workflow correctly references the repository using the new kebab-case naming convention. Refs: #ci-cd, #kebab-case, #repository-naming --- .gitea/workflows/ci-cd.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci-cd.yaml b/.gitea/workflows/ci-cd.yaml index a40079c..9468e2e 100644 --- a/.gitea/workflows/ci-cd.yaml +++ b/.gitea/workflows/ci-cd.yaml @@ -1,5 +1,5 @@ --- -# DanceLessonsCoach Unified CI/CD Workflow +# dance-lessons-coach Unified CI/CD Workflow # Single, optimized workflow that replaces all previous workflows # Fast execution with minimal repetition and maximum artifact sharing @@ -39,7 +39,7 @@ env: GITEA_INTERNAL: "https://gitea.arcodange.lab/" GITEA_EXTERNAL: "https://gitea.arcodange.fr/" GITEA_ORG: "arcodange" - GITEA_REPO: "DanceLessonsCoach" + GITEA_REPO: "dance-lessons-coach" CI_REGISTRY: "gitea.arcodange.lab" jobs: