Skip to content

Commit

Permalink
fix: io
Browse files Browse the repository at this point in the history
  • Loading branch information
Okabe-Junya committed Sep 25, 2023
1 parent d81b534 commit 3211fb7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ inputs:
required: false
default: ''
title-regex-flags:
description: 'regex flags for title'
description: 'regex flags for title. if you want to use regex, you must set title and title-regex-flags: "true"'
required: false
default: ''
body-regex-flags:
description: 'regex flags for body'
description: 'regex flags for body. if you want to use regex, you must set body and body-regex-flags: "true"'
required: false
default: ''
github-token:
Expand Down

0 comments on commit 3211fb7

Please sign in to comment.