Merge pull request #2 from gautamkrishnar/patch-1

Added info about USERNAME in the readme
This commit is contained in:
Athul Cyriac Ajay
2020-07-10 18:00:51 +05:30
committed by GitHub

View File

@@ -46,4 +46,5 @@ jobs:
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}}
``` USERNAME: <username> # optional, it will automaticially use the username that executing the workflow
```