From 01ad6594bc3c0c8568ab087a9991f43f27c97b1a Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 14 Feb 2022 23:08:12 -0500 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 8fd5e6c01..2cc7e287b 100644 --- a/action.yml +++ b/action.yml @@ -50,11 +50,11 @@ inputs: required: false default: "false" sha: - description: 'Specify a current commit SHA used for comparing changes, when include-deleted-files is set to `true`' + description: 'Specify a current commit SHA used for comparing changes, when `include-deleted-files` is set to `true`' required: true default: ${{ github.sha }} base-sha: - description: 'Specify a base commit SHA on used for comparing changes, when include-deleted-files is set to `true`' + description: 'Specify a base commit SHA used for comparing changes, when `include-deleted-files` is set to `true`' required: false working-directory: description: 'Specify a relative path under $GITHUB_WORKSPACE to locate the repository'