From 1733801fe5e42c6c41ce8fe3eaa915970d733b95 Mon Sep 17 00:00:00 2001 From: Jose Date: Sat, 14 Feb 2026 09:08:56 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Fix=20typo=20in=20PR=20ch?= =?UTF-8?q?eck=20workflow=20comments?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected a minor spelling error in the comments of the pull request check workflow to improve readability and clarity. --- .gitea/workflows/pr-check.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/pr-check.yaml b/.gitea/workflows/pr-check.yaml index da0df5c..32fffbc 100644 --- a/.gitea/workflows/pr-check.yaml +++ b/.gitea/workflows/pr-check.yaml @@ -78,7 +78,7 @@ jobs: PR="${{ github.event.pull_request.number }}" TOKEN="${{ secrets.GITEA_TOKEN }}" - COMMENT_BODY="❌ CI checks failed.\n\nLeak test: ${{ needs.leak_test.result }}\nLint: ${{ needs.lint_test.result }}" + COMMENT_BODY="❌ CI checks failed.\n\nLeak: ${{ needs.leak_test.result }}\nLint: ${{ needs.lint_test.result }}" # Find existing comment EXISTING_COMMENT_ID=$(curl -s -H "Authorization: token $TOKEN" \ @@ -129,7 +129,7 @@ jobs: PR="${{ github.event.pull_request.number }}" TOKEN="${{ secrets.GITEA_TOKEN }}" - COMMENT_BODY="✅ All CI checks passed.\n\nLeak test: ${{ needs.leak_test.result }}\nLint: ${{ needs.lint_test.result }}" + COMMENT_BODY="✅ CI checks passed.\n\nLeaks: ${{ needs.leak_test.result }}\nLint: ${{ needs.lint_test.result }}" # Find existing comment EXISTING_COMMENT_ID=$(curl -s -H "Authorization: token $TOKEN" \