From 95a5e7e9db8710a7b662af008265eb4c1a00a010 Mon Sep 17 00:00:00 2001 From: Anmol Date: Tue, 21 Jul 2020 12:58:24 +0530 Subject: [PATCH] FIX: Added Error Handling --- action.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/action.yml b/action.yml index ad9f050..713ed84 100644 --- a/action.yml +++ b/action.yml @@ -42,6 +42,11 @@ inputs: description: "Shows the number of commit graph in the dev metrics" default: "True" + SHOW_LANGUAGE: + required: false + description: "Show the Coding language used in dev metrics" + default: "True" +