Skip to content

Commit a1fed56

Browse files
Fix remaining Python Testing references in IMPLEMENTATION_SUMMARY.md and release.yml
Co-authored-by: thoughtparametersllc <194255310+thoughtparametersllc@users.noreply.github.com>
1 parent d5f58f5 commit a1fed56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/IMPLEMENTATION_SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Overview
44

5-
This document provides a comprehensive summary of the Python Testing GitHub Action implementation.
5+
This document provides a comprehensive summary of the Python Unit Testing GitHub Action implementation.
66

77
## What Was Built
88

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ jobs:
243243
echo "5. Click 'Update release'"
244244
echo ""
245245
echo "The action.yml already includes marketplace metadata:"
246-
echo " - Name: Python Testing"
246+
echo " - Name: Python Unit Testing"
247247
echo " - Description: Run Python tests using pytest, generate SVG badges for test results, and optionally commit the badges to the repository."
248248
echo " - Author: Jason Miller"
249249
echo " - Branding: check-circle icon, green color"

0 commit comments

Comments
 (0)