From 27caa34867d7f888d6002db64ad6ad6fdb109351 Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Mon, 17 Apr 2023 14:59:15 +0200 Subject: [PATCH] Update sync-to-mirrors.sh --- .github/sync-to-mirrors.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/sync-to-mirrors.sh b/.github/sync-to-mirrors.sh index aa1aedb6..7ede1f53 100755 --- a/.github/sync-to-mirrors.sh +++ b/.github/sync-to-mirrors.sh @@ -36,7 +36,6 @@ elif [[ ! -d "$BUILD_BASE" ]]; then exit 1 fi - if [[ -z "$COMMIT_MESSAGE" ]]; then MONOREPO_COMMIT_MESSAGE=$(cd "${SOURCE_DIR:-.}" && git show -s --format=%B $GITHUB_SHA) COMMIT_MESSAGE=$( printf "%s\n\nCommitted via a GitHub action: https://github.com/%s/actions/runs/%s\n" "$MONOREPO_COMMIT_MESSAGE" "$GITHUB_REPOSITORY" "$GITHUB_RUN_ID" )