From f588e17a5b5e157ebe9d1b3b04e2467127a5c8e1 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 2 Oct 2022 07:09:45 -0600 Subject: [PATCH] chore: remove redundant since last remote input --- action.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/action.yml b/action.yml index 9d898b1d..6eb3d305 100644 --- a/action.yml +++ b/action.yml @@ -50,10 +50,6 @@ inputs: base_sha: description: "Specify a base commit SHA on used for comparing changes" required: false - since_last_remote_commit: - description: "Use the last commit on the remote branch as the base_sha for push event." - required: false - default: "false" since: description: "Get changed files for commits whose timestamp is older than the given time" required: false @@ -165,7 +161,6 @@ runs: INPUT_BASE_SHA: ${{ inputs.base_sha }} INPUT_SHA: ${{ inputs.sha }} INPUT_PATH: ${{ inputs.path }} - INPUT_SINCE_LAST_REMOTE_COMMIT: ${{ inputs.since_last_remote_commit }} - run: | # "Calculate the sha..." bash $GITHUB_ACTION_PATH/get-sha.sh