From a6d5b37cbaebb1c52ab2eab107aeb34a67be7583 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Tue, 2 Nov 2021 07:43:24 -0400 Subject: [PATCH] Removed unused check --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index c2832031..78144d6d 100644 --- a/action.yml +++ b/action.yml @@ -97,7 +97,7 @@ runs: - run: | if [[ -n "${{ inputs.base_sha }}" ]]; then echo "::set-output name=base_sha::${{ inputs.base_sha }}" - elif [[ "${{ inputs.since_last_remote_commit }}" == "true" && -z "${{ inputs.base_sha }}" ]]; then + elif [[ "${{ inputs.since_last_remote_commit }}" == "true" ]]; then echo "::set-output name=base_sha::${{ github.event.before }}" fi id: base-sha