From cbecc490944c756eac055376741eb3c961fe220d Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 24 Nov 2019 17:25:35 +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 71a2038..3ac236e 100644 --- a/action.yml +++ b/action.yml @@ -5,9 +5,9 @@ inputs: description: 'A GitHub access token.' required: true repository: - description: 'The full name of the repository to create or update a comment.' + description: 'The full name of the repository in which to create or update a comment.' issue-number: - description: 'The number of the issue in which to create a comment.' + description: 'The number of the issue or pull request in which to create a comment.' comment-id: description: 'The id of the comment to update.' body: