Clarify step names in publish-report action for improved readability.
Build and Analyse / build-and-analyse (push) Successful in 40s
Build and Analyse / build-and-analyse (push) Successful in 40s
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user