From 33ddc07d8b23cf31a8f614111160c5cc320f8f3d Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Thu, 26 Oct 2023 06:28:05 -0600 Subject: [PATCH] Update action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 1dbea0ed..8d7f1bb0 100644 --- a/action.yml +++ b/action.yml @@ -76,10 +76,10 @@ inputs: default: "\n" required: false sha: - description: "Specify a different commit SHA used for comparing changes" + description: "Specify a different commit SHA or branch used for comparing changes" required: false base_sha: - description: "Specify a different base commit SHA used for comparing changes" + description: "Specify a different base commit SHA or branch used for comparing changes" required: false since: description: "Get changed files for commits whose timestamp is older than the given time."