From ebf4a25c3d50598ca6329cd8ba71c98b69030c48 Mon Sep 17 00:00:00 2001 From: Anmol Pratap Singh Date: Mon, 27 Jul 2020 02:04:47 +0530 Subject: [PATCH] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index aa61a31..30d8d44 100644 --- a/main.py +++ b/main.py @@ -27,7 +27,7 @@ showEditors = os.getenv('INPUT_SHOW_EDITORS') showOs = os.getenv('INPUT_SHOW_OS') showCommit = os.getenv('INPUT_SHOW_COMMIT') showLanguage = os.getenv('INPUT_SHOW_LANGUAGE') -show_loc = os.getenv('INPUT_LINES_OF_CODE') +show_loc = os.getenv('INPUT_SHOW_LINES_OF_CODE') # The GraphQL query to get commit data. userInfoQuery = """