Skip to content

Commit 75738a2

Browse files
committed
add email sending
1 parent 261a778 commit 75738a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/weekly_clone_stats.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
\"from\": {\"email\": \"${FROM}\"},
7777
\"content\": [{
7878
\"type\": \"text/plain\",
79-
\"value\": \"Hi there! Here are the clone stats for ${REPOSITORY} this week:\n\n🔁 Total Clones: ${COUNT}\n👤 Unique Cloners: ${UNIQUES}\n\n– GitHub Bot\"
79+
\"value\": \"Hi there! Here are the clone stats for ${REPOSITORY} this week:\n\n🔁 Total Clones: ${COUNT}\n👤 Unique Cloners: ${UNIQUES}\"
8080
}]
8181
}"

0 commit comments

Comments
 (0)