Clarify step names in publish-report action for improved readability.
Build and Analyse / build-and-analyse (push) Successful in 40s

This commit is contained in:
2026-06-27 18:53:53 +02:00
parent f3e05e1bc7
commit c2d10bb929
+2 -2
View File
@@ -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