From 31c72f3a828d1fc77eadc922c2183bd61b1259b5 Mon Sep 17 00:00:00 2001 From: mcmuzzle Date: Mon, 9 Feb 2026 10:46:28 +0100 Subject: [PATCH] pr number --- .gitea/workflows/Quality.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/Quality.yaml b/.gitea/workflows/Quality.yaml index d2930de..248d7f4 100644 --- a/.gitea/workflows/Quality.yaml +++ b/.gitea/workflows/Quality.yaml @@ -80,7 +80,7 @@ jobs: run: | COMMENT_CONTENT=$(cat code-coverage-results.md) - COMMENT_CONTENT="${COMMENT_CONTENT}\n\nšŸ“Š [Rapport HTML complet](https://docs.borealian.ovh/workspace/mcmuzzle/LittleTown/coverage-report/index.html)" + COMMENT_CONTENT="${COMMENT_CONTENT}\n\nšŸ“Š [Rapport HTML complet](https://docs.borealian.ovh/workspace/${{ github.repository_owner }}//${{ github.event.repository.name }}/${{ github.event.pull_request.number }}/coverage-report/index.html)" curl -X POST \ -H "Authorization: token ${GITEA_TOKEN}" \ -H "Content-Type: application/json" \