Last active
June 20, 2021 06:07
-
-
Save ShaunLWM/6789ab7937884b43abed6ea8d67984c2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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% |
It works after deleting and recreating the file, thanks a lot!
No worries. Enjoy :)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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