From 3a88e90ec30335e9be0e579cfa3b88c4e0dcec70 Mon Sep 17 00:00:00 2001 From: caupolicanre Date: Sun, 3 Dec 2023 04:24:54 -0300 Subject: [PATCH] Add symbol style option to .env.example and action.yml --- .env.example | 1 + action.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.env.example b/.env.example index f46d8271..ea52ab7c 100644 --- a/.env.example +++ b/.env.example @@ -9,6 +9,7 @@ INPUT_SHOW_EDITORS=True INPUT_SHOW_OS=True INPUT_SHOW_LANGUAGE=True INPUT_SYMBOL_VERSION=1 +INPUT_SYMBOL_STYLE=█░ INPUT_SHOW_LINES_OF_CODE=True INPUT_SHOW_LOC_CHART=True INPUT_SHOW_PROFILE_VIEWS=True diff --git a/action.yml b/action.yml index 8a413d84..1a837fa5 100644 --- a/action.yml +++ b/action.yml @@ -142,6 +142,11 @@ inputs: description: "Version of the symbol block and empty of the progress bar" default: "1" + SYMBOL_STYLE: + required: false + description: "Style of the symbol block and empty of the progress bar" + default: "█░" + DEBUG_LOGGING: required: false description: "Whether to enable action debug logging"