Browse Source

Design

main
Yiğit Çolakoğlu 4 years ago
parent
commit
51ab20423a
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      .github/workflows/main.yml

+ 6
- 6
.github/workflows/main.yml View File

@ -1,16 +1,16 @@
name: Waka Readme
on:
workflow_dispatch:
schedule:
# Runs at 12am UTC
- cron: "0 0 * * *"
# Runs at 12am IST
- cron: '* */6 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update this repo's README
name: Update Readme with Metrics
runs-on: ubuntu-latest
steps:
- uses: athul/waka-readme@master
- uses: anmol098/waka-readme-stats@master
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN }}

Loading…
Cancel
Save