You've already forked wakapi-readme-stats
Update README.md
This commit is contained in:
committed by
GitHub
parent
e640787004
commit
76942ae50c
@@ -62,7 +62,7 @@ jobs:
|
|||||||
name: Update this repo's README
|
name: Update this repo's README
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: anmol098/waka-readme@master
|
- uses: anmol098/waka-readme-stats@master
|
||||||
with:
|
with:
|
||||||
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
|
||||||
```
|
```
|
||||||
@@ -88,7 +88,7 @@ jobs:
|
|||||||
name: Update Readme with Metrics
|
name: Update Readme with Metrics
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: anmol098/waka-readme@master
|
- uses: anmol098/waka-readme-stats@master
|
||||||
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 }}
|
||||||
@@ -99,7 +99,7 @@ jobs:
|
|||||||
1. If you want to add the other info to your stats, you can add multiple `FLAGS` in your workflow file by default all flags are enabled
|
1. If you want to add the other info to your stats, you can add multiple `FLAGS` in your workflow file by default all flags are enabled
|
||||||
|
|
||||||
```yml
|
```yml
|
||||||
- uses: anmol098/waka-readme@master
|
- uses: anmol098/waka-readme-stats@master
|
||||||
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 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user