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
commit a37900c521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,4 +46,5 @@ jobs:
with:
WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
GH_TOKEN: ${{ secrets.GH_TOKEN}}
```
USERNAME: <username> # optional, it will automaticially use the username that executing the workflow
```