From 79fbc9646dcb2a520a4f22fcf5b93a6eb785dde9 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 12 Dec 2022 16:33:39 -0700 Subject: [PATCH] Update action.yml --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 242cab1c..1c047883 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ inputs: required: false default: "5000" since_last_remote_commit: - description: "Use the last commit on the remote branch as the `base_sha`. Defaults to the last non merge commit on the target branch for pull request events and the previous commit of the current branch for push events." + description: "Use the last commit on the remote branch as the `base_sha`. Defaults to the last non merge commit on the target branch for pull request events and the previous remote commit of the current branch for push events." required: true default: "false"