From 3211fb70780a49cd3c7877f8b125dd5bbe4b34c1 Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Mon, 25 Sep 2023 23:43:35 +0900 Subject: [PATCH] fix: io --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 418ecab..12e0f19 100644 --- a/action.yml +++ b/action.yml @@ -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: