Fix weird publishDay
abhijeetps opened this issue · 1 comments
abhijeetps commented
The .github/weekly-digest.yml
file has a variable named publishDay, which takes in inputs in integer varying from 0 to 6 where 0 resembles Sunday and 6 resembles Saturday.
Instead of assigning it numbers, I will implement and will work with string of weekdays.
abhijeetps commented
Fixed 6795956