From 52c733bd7b44701c58b43d9505352ad2e1dca10b Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 10 Jan 2023 12:38:39 -0700 Subject: [PATCH] chore: make since_last_remote_commit optional (#942) --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 39072ece..85dc803c 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ inputs: default: "50" 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 remote commit of the current branch for push events." - required: true + required: false default: "false" write_output_files: description: "Write outputs to files in the `.github/outputs` folder by default."