Skip to content

Commit 7add4eb

Browse files
committed
Update log message
1 parent fe05b77 commit 7add4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_check_code_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
cat changed_files.txt
6565
6666
if grep -q -v -E '\.md$' changed_files.txt; then
67-
echo "Non-markdown changes detected."
67+
echo "Code changes detected."
6868
echo "has_code_changes=true" >> "$GITHUB_OUTPUT"
6969
else
7070
echo "Only markdown changes detected or no changes found in diff."

0 commit comments

Comments
 (0)