From e8733f64faa72757a8474b1bf0aba275965f2c19 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Fri, 16 Dec 2022 10:03:24 -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 dfc3279d..4dd61b08 100644 --- a/diff-sha.sh +++ b/diff-sha.sh @@ -172,7 +172,7 @@ else else echo "::debug::Common ancestor: $COMMON_ANCESTOR" - DATE=$(git show --date=iso8601 --format=%cd "$COMMON_ANCESTOR") + DATE=$(git show --quiet --date=iso8601 --format=%cd "$COMMON_ANCESTOR") if [[ -z "$DATE" ]]; then echo "::error::Unable to locate a date for the common ancestor: $COMMON_ANCESTOR"