From 91e0894f3f997a920c1fdad18e08e2d1bffad74c Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Wed, 23 Nov 2022 21:46:23 -0700 Subject: [PATCH] Update diff-sha.sh --- diff-sha.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/diff-sha.sh b/diff-sha.sh index 303cb7b4..d0d645ac 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -121,7 +121,7 @@ if [[ -z $GITHUB_BASE_REF ]]; then fi else if [[ -z "$PREVIOUS_SHA" ]]; then - echo "::error::Unable to locate a previous commit" + echo "::error::Unable to locate a previous commit." exit 1 fi fi