Update waka.yml

This commit is contained in:
Timothy Pidashev
2021-09-07 15:01:52 -07:00
committed by GitHub
parent d0f63c16e3
commit 900274df60
+9 -5
View File
@@ -1,16 +1,20 @@
name: Waka Readme name: Waka Readme
on: on:
schedule:
# Runs at 12am IST
- cron: '30 18 * * *'
workflow_dispatch: workflow_dispatch:
schedule:
# Runs at 00:00AM UTC
- cron: '0 0 * * *'
jobs: jobs:
update-readme: update-readme:
name: Update Readme with Metrics name: Update this repo's README
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: anmol098/waka-readme-stats@master - uses: anmol098/waka-readme-stats@master #PLEASE USE MASTER BRANCH
with: with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }} GH_TOKEN: ${{ secrets.GH_TOKEN }}
SHOW_PROJECTS: "False"
SHOW_LINES_OF_CODE: "True"
LOCALE: "en"