From 3664a2fd35ef916bf3aba25b2a427fe9edd64fa4 Mon Sep 17 00:00:00 2001 From: exilvm Date: Mon, 1 Aug 2022 13:58:42 +0000 Subject: [PATCH] add .env defaults that are required by the app --- .env.example | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.env.example b/.env.example index 25baa83..9822c38 100644 --- a/.env.example +++ b/.env.example @@ -13,3 +13,8 @@ INPUT_SHOW_TOTAL_CODE_TIME="True" INPUT_SHOW_SHORT_INFO="False" INPUT_SHOW_COMMIT="False" INPUT_SHOW_DAYS_OF_WEEK="True" +INPUT_SHOW_LANGUAGE_PER_REPO="True" +INPUT_SHOW_UPDATED_DATE="True" +INPUT_UPDATED_DATE_FORMAT="%d/%m/%Y %H:%M:%S" +INPUT_COMMIT_BY_ME="False" +INPUT_COMMIT_MESSAGE="Updated with Dev Metrics" \ No newline at end of file