From 66b46a6a400a349a58690332a7ba000d712cfd2a Mon Sep 17 00:00:00 2001 From: Junya Okabe Date: Thu, 15 Feb 2024 04:02:23 +0900 Subject: [PATCH] update: action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 7a1e21f..4884d3b 100644 --- a/action.yml +++ b/action.yml @@ -6,11 +6,11 @@ branding: color: 'gray-dark' inputs: title: - description: 'title for issue' + description: 'title for the issue/pull request' required: false default: '' body: - description: 'body for issue' + description: 'body for the issue/pull request' required: false default: '' title-regex-flags: