You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
Add any other context about the problem here.
I have debug mode turned on, please check my logs.
Obviously, the execution is taking too long.
And, why is it retrieving repositories that don't belong to me (and the number is not right).
Below is my yml file:
name: Waka Readmeon:
schedule:
# Runs at every 30 minutes GMT+8
- cron: '*/30 * * * *'workflow_dispatch:
jobs:
update-readme:
name: Update Readme with Metricsruns-on: ubuntu-lateststeps:
- uses: anmol098/waka-readme-stats@masterwith:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}GH_TOKEN: ${{ secrets.GH_TOKEN }}LOCALE: "zh"SYMBOL_VERSION: "3"SHOW_PROJECTS: "False"SHOW_LINES_OF_CODE: "True"
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Run successfully
Github repository link
https://github.com/Viper373/waka-readme-stats
Additional context
Add any other context about the problem here.
I have debug mode turned on, please check my logs.
Obviously, the execution is taking too long.
And, why is it retrieving repositories that don't belong to me (and the number is not right).
Below is my yml file:
The text was updated successfully, but these errors were encountered: