Skip to content

Commit

Permalink
fix: change default date format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ebonsignori committed Aug 1, 2022
1 parent ac3ae99 commit 46e693a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ Timezone you're located in for displaying dates and times in Slack messages.

Customize dates in Slack messages using [dayjs Date format](https://day.js.org/docs/en/display/format)

Defaults to `"M/D h:ma"`
Defaults to `"M/DD h:mm A"`

#### `rollup-notifications`

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ inputs:
date-format:
description: "Customize dates in Slack messages using dayjs Date format, https://day.js.org/docs/en/display/format"
required: false
default: "M/D h:ma"
default: "M/D h:mm A"
paginate-all:
description: 'By default, action checks the last 100 notifications since the last action-schedule was run. Set to "true" to check all notifications'
required: false
Expand Down

0 comments on commit 46e693a

Please sign in to comment.