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 a9308ba commit eb9246aCopy full SHA for eb9246a
.github/workflows/daily.yml
@@ -26,4 +26,4 @@ jobs:
26
SENDER_EMAIL: ${{ secrets.SENDER_EMAIL }}
27
RECEIVER_EMAIL: ${{ secrets.RECEIVER_EMAIL }}
28
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
29
- run: python daily_leetcode.py
+ run: python leetcode_daily_mailer.py
0 commit comments