We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9c778 commit b4655d4Copy full SHA for b4655d4
.github/workflows/weekly_clone_stats.yml
@@ -70,10 +70,10 @@ jobs:
70
-H "Content-Type: application/json" \
71
-d '{
72
"personalizations": [{
73
- "to": [{"email": "$TO"}],
+ "to": [{"email": $TO}],
74
"subject": "Weekly GitHub Clone Stats for $REPOSITORY"
75
}],
76
- "from": {"email": "$FROM"},
+ "from": {"email": $FROM},
77
"content": [{
78
"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"
0 commit comments