Skip to content

Commit

Permalink
Add symbol style option to .env.example and
Browse files Browse the repository at this point in the history
action.yml
  • Loading branch information
caupolicanre committed Dec 3, 2023
1 parent e85eefe commit 3a88e90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3a88e90

Please sign in to comment.