Skip to content

Commit b4655d4

Browse files
committed
add email sending
1 parent 3d9c778 commit b4655d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/weekly_clone_stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@ jobs:
7070
-H "Content-Type: application/json" \
7171
-d '{
7272
"personalizations": [{
73-
"to": [{"email": "$TO"}],
73+
"to": [{"email": $TO}],
7474
"subject": "Weekly GitHub Clone Stats for $REPOSITORY"
7575
}],
76-
"from": {"email": "$FROM"},
76+
"from": {"email": $FROM},
7777
"content": [{
7878
"type": "text/plain",
7979
"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"

0 commit comments

Comments
 (0)