feat: add updated_date_format option

This commit is contained in:
txtxj
2022-03-29 12:42:11 +08:00
parent f616d4f924
commit 49f2cede8a
2 changed files with 7 additions and 1 deletions

View File

@@ -97,6 +97,11 @@ inputs:
description: "Show updated date"
default: "True"
UPDATED_DATE_FORMAT:
required: false
description: "Updated date format"
default: "%d/%m/%Y %H:%M:%S"
SHOW_TOTAL_CODE_TIME:
required: false
description: "Show Total Time you have coded"