From 4476798b072eb3764fb939116f42a77d3e191e62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20Qui=C3=B1ones?= Date: Sat, 18 Jan 2025 22:06:21 -0500 Subject: [PATCH] ci(update): using short SHA1 for commit message of twilight releases --- .github/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/update.sh b/.github/update.sh index 83a9078..9861285 100755 --- a/.github/update.sh +++ b/.github/update.sh @@ -81,7 +81,7 @@ try_to_update() { if [ "$name" = "twilight" ]; then if [ "$commit_twilight_targets" = "" ]; then commit_twilight_targets="$arch" - commit_twilight_version="$twilight_version_name" + commit_twilight_version="$twilight_version_name#$(echo "$remote_sha1" | cut -c1-7)" else commit_twilight_targets="$commit_twilight_targets && $arch" fi