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 2e81c78 commit 2baf3d4Copy full SHA for 2baf3d4
.github/workflows/weekly_clone_stats.yml
@@ -35,7 +35,7 @@ jobs:
35
name: clone-stats
36
path: clone_stats.json
37
38
- print-stats:
+ downloading-and-sending-stats:
39
needs: fetch-clone-stats
40
runs-on: ubuntu-latest
41
steps:
@@ -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