Browse Source

Update main.yml

main
Fr1nge 4 years ago
committed by GitHub
parent
commit
af3f90d6d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/main.yml

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

@ -5,12 +5,12 @@ on:
# Runs at 12am IST
- cron: '* */6 * * *'
workflow_dispatch:
jobs:
update-readme:
name: Update this repos 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