From cfe646ebfba44bf3e7673372ee194871c55330da Mon Sep 17 00:00:00 2001 From: Stan Ulbrych Date: Mon, 2 Mar 2026 22:01:49 +0000 Subject: [PATCH] Remove quotes from update branch names --- .github/workflows/check-for-updates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index ffff2f7..119d1d0 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -87,7 +87,7 @@ jobs: # Extract TZDATA_NEWS from file content TZDATA_NEWS=$(cat "$news_files") - echo "TZDATA_VERSION='$TZDATA_VERSION'" >> $GITHUB_ENV + echo "TZDATA_VERSION=$TZDATA_VERSION" >> $GITHUB_ENV { echo "TZDATA_NEWS<