ci(update): using short SHA1 for commit message of twilight releases

This commit is contained in:
Luis Quiñones
2025-01-18 22:06:21 -05:00
parent 082a1339ac
commit 4476798b07

2
.github/update.sh vendored
View File

@@ -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