Update diff-sha.sh

This commit is contained in:
Tonye Jack
2022-12-05 14:34:38 -07:00
committed by GitHub
parent fd5d6c3a2d
commit 860dc31320

View File

@@ -53,7 +53,7 @@ fi
if [[ -z $GITHUB_BASE_REF ]]; then
echo "Running on a push event..."
TARGET_BRANCH=$GITHUB_REFNAME
CURRENT_BRANCH=TARGET_BRANCH
CURRENT_BRANCH=$TARGET_BRANCH
echo "::debug::Getting HEAD SHA..."
if [[ -n "$INPUT_UNTIL" ]]; then