We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c6c14a commit 020c790Copy full SHA for 020c790
.github/actions/test-report/action.yml
@@ -19,7 +19,7 @@ runs:
19
- name: Generate Test Summary
20
shell: bash
21
run: |
22
- echo "## 🧪 Java SDK Test Results" >> $GITHUB_STEP_SUMMARY
+ echo "## 🧪 Copilot Java SDK :: Test Results" >> $GITHUB_STEP_SUMMARY
23
echo "" >> $GITHUB_STEP_SUMMARY
24
25
REPORT_DIR=$(dirname "${{ inputs.report-path }}")
0 commit comments