From c40b8e988fddf3fc0fbcfad0fe698bdd4aa4fb57 Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Fri, 5 Mar 2021 09:41:45 -0600 Subject: [PATCH] it wants the long one... (#1313) --- .automation/update-actions-version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.automation/update-actions-version.sh b/.automation/update-actions-version.sh index f5017879..028db229 100755 --- a/.automation/update-actions-version.sh +++ b/.automation/update-actions-version.sh @@ -154,7 +154,7 @@ CommitAndPush() { done # get the current commit sha - COMMIT_SHA=$(git rev-parse --short HEAD 2>&1) + COMMIT_SHA=$(git rev-parse HEAD 2>&1) # Load the error code ERROR_CODE=$?