Browse Source

Delete main.yml

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

+ 0
- 16
.github/workflows/main.yml View File

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

Loading…
Cancel
Save