Merge branch 'main' into chore/update-docs-1

This commit is contained in:
Tonye Jack
2022-10-30 22:01:56 -06:00
committed by GitHub

View File

@@ -111,7 +111,7 @@ if [[ -z $GITHUB_BASE_REF ]]; then
fi
if [[ -z "$PREVIOUS_SHA" || "$PREVIOUS_SHA" == "0000000000000000000000000000000000000000" ]]; then
PREVIOUS_SHA=$CURRENT_SHA
PREVIOUS_SHA=$(git rev-parse "$(git branch -r --sort=-committerdate | head -1 | xargs)")
fi
if [[ "$PREVIOUS_SHA" == "$CURRENT_SHA" ]]; then