Skip to content

Commit

Permalink
fix: action.yaml fields mix-up
Browse files Browse the repository at this point in the history
  • Loading branch information
backdround committed Nov 17, 2023
1 parent dc67497 commit 5ff557f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ inputs:
description: "Project description used in title (if empty, uses neovim version and current date)"
required: false
default: ""
description:
titledatepattern: "Pattern for the date that used in the title (if empty, uses '%Y %B %d')"
titledatepattern:
description: "Pattern for the date that used in the title (if empty, uses '%Y %B %d')"
required: false
default: "%Y %B %d"
demojify:
Expand Down

0 comments on commit 5ff557f

Please sign in to comment.