Last active
March 7, 2024 12:20
-
-
Save xrkffgg/0aaab601c28637c74d5f281055e4e8ec to your computer and use it in GitHub Desktop.
π Weekly development breakdown
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 6 hrs 42 mins ββββββββββββββββββββ 83.9% | |
| Markdown 1 hr 1 min ββββββββββββββββββββ 12.8% | |
| Bash 8 mins ββββββββββββββββββββ 1.9% | |
| JSON 2 mins ββββββββββββββββββββ 0.5% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If it fails to be implemented according to matchai/waka-box README.md, it can be implemented according to the following operations.
name: Update gist with WakaTime stats on: schedule: - cron: "0 0 * * *" jobs: update-gist: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - name: Update gist - uses: matchai/waka-box@master + run: node ./dist/index.js env: GH_TOKEN: ${{ secrets.GH_TOKEN }} GIST_ID: 968220c97e8da1d047a9a480fa432e54 WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}When you finish these, there will be no problem, and you will see the effect in time.