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}" cp "$f" "junit-short/${short}"
done done
- name: Generate Markdown Report - name: Generate Markdown Test Report
shell: bash shell: bash
run: | run: |
mkdir -p reports mkdir -p reports
@@ -67,7 +67,7 @@ runs:
print(md) print(md)
EOF EOF
- name: Commit Report to Repo - name: Commit Test-Report to Repo
shell: bash shell: bash
env: env:
GIT_USER: gitea-actions-bot GIT_USER: gitea-actions-bot