We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08fe1c8 commit d43ec0eCopy full SHA for d43ec0e
.github/workflows/update-main.yml
@@ -14,9 +14,9 @@ jobs:
14
name: Update this repo's README
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: codewithdev/waka-readme@master
+ - uses: athul/waka-readme@master
18
with:
19
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
20
- GH_TOKEN: ${{secrets.GH_TOKEN}}
21
- USERNAME: codewithdev
+ SHOW_TITLE: false
+ USERNAME: ${{github.codewithdev}}
22
0 commit comments