diff --git a/.github/workflows/waka.yml b/.github/workflows/waka.yml index fae8157..3ea0e5d 100644 --- a/.github/workflows/waka.yml +++ b/.github/workflows/waka.yml @@ -1,16 +1,20 @@ name: Waka Readme on: - schedule: - # Runs at 12am IST - - cron: '30 18 * * *' workflow_dispatch: + schedule: + # Runs at 00:00AM UTC + - cron: '0 0 * * *' + jobs: update-readme: - name: Update Readme with Metrics + name: Update this repo's README runs-on: ubuntu-latest steps: - - uses: anmol098/waka-readme-stats@master + - uses: anmol098/waka-readme-stats@master #PLEASE USE MASTER BRANCH with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GH_TOKEN: ${{ secrets.GH_TOKEN }} + SHOW_PROJECTS: "False" + SHOW_LINES_OF_CODE: "True" + LOCALE: "en"