joshcai / leetcode-sync

GitHub Action for syncing LeetCode submissions to GitHub
293 stars 59 forks source link

Log a success message if fetch from leetcode is successful #32

Closed harpreetsingh91 closed 1 year ago

harpreetsingh91 commented 1 year ago

Thank you for building this awesome action.

Changes: My small PR adds a success log if fetch from leetcode is successful.

Why: I had quite a lot of leetcode submissions and I killed my action runs on seeing "Error fetching submissions" log thinking the fetch from leetcode is somehow broken. I am hoping the success message helps other devs in debugging similar issues.

joshcai commented 1 year ago

Thank you @harpreetsingh91! Appreciate the effort to making debugging easier for the future.