From 64fb92311d4695748c366f3e81892c222972adb7 Mon Sep 17 00:00:00 2001 From: Gautam krishna R Date: Fri, 10 Jul 2020 16:10:44 +0530 Subject: [PATCH] Added info about USERNAME in the readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa408f2..ed1ef7a 100644 --- a/README.md +++ b/README.md @@ -46,4 +46,5 @@ jobs: with: WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }} GH_TOKEN: ${{ secrets.GH_TOKEN}} -``` \ No newline at end of file + USERNAME: # optional, it will automaticially use the username that executing the workflow +```