From c2d10bb9295dfdfeff529f0b6891c9b1278c7b46 Mon Sep 17 00:00:00 2001 From: Thilo Schwarz Date: Sat, 27 Jun 2026 18:53:53 +0200 Subject: [PATCH] Clarify step names in `publish-report` action for improved readability. --- .github/actions/publish-report/action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/publish-report/action.yml b/.github/actions/publish-report/action.yml index 659f025..48b1678 100644 --- a/.github/actions/publish-report/action.yml +++ b/.github/actions/publish-report/action.yml @@ -19,7 +19,7 @@ runs: cp "$f" "junit-short/${short}" done - - name: Generate Markdown Report + - name: Generate Markdown Test Report shell: bash run: | mkdir -p reports @@ -67,7 +67,7 @@ runs: print(md) EOF - - name: Commit Report to Repo + - name: Commit Test-Report to Repo shell: bash env: GIT_USER: gitea-actions-bot