Skip to content

Instantly share code, notes, and snippets.

@ShaunLWM
Last active June 20, 2021 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShaunLWM/6789ab7937884b43abed6ea8d67984c2 to your computer and use it in GitHub Desktop.
Save ShaunLWM/6789ab7937884b43abed6ea8d67984c2 to your computer and use it in GitHub Desktop.
TypeScript 33 hrs 33 mins β–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–ˆβ–‹β–‘β–‘ 89.3%
JSON 1 hr 39 mins β–‰β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 4.4%
Other 1 hr β–Œβ–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘β–‘ 2.7%
JavaScript 18 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.8%
CSS 15 mins ▏░░░░░░░░░░░░░░░░░░░░ 0.7%
@kuanhungchen
Copy link

Can you share the steps to construct this? I followed the repo and had my coding stats in wakatime's dashboard already, but the gist was not updated. Does it need time for first update?

@ShaunLWM
Copy link
Author

ShaunLWM commented Feb 15, 2020

From what I'd understand, forked actions won't work. (not sure it still applies now). You have to delete the schedule.yml file and recreate it again to activate the cron job. Then I changed the timing to every 15 minutes - cron: "*/15 * * * *" to check if it works instead of waiting for 24 hours. After seeing that it's updating, I then change it back to 24 hours.

matchai/waka-box#19

@kuanhungchen
Copy link

It works after deleting and recreating the file, thanks a lot!

@ShaunLWM
Copy link
Author

No worries. Enjoy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment