From a2e286bf37e0f9920bc7f7871e3a75d9233c1695 Mon Sep 17 00:00:00 2001 From: Paul Ganssle Date: Tue, 21 Jan 2025 14:17:00 -0500 Subject: [PATCH] fixup! Quote variable contents in update checker --- .github/workflows/check-for-updates.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index af6f706..62aed62 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -87,6 +87,7 @@ jobs: # Extract TZDATA_NEWS from file content TZDATA_NEWS=$(cat "$news_files") + echo "$GITHUB_ENV" echo "TZDATA_VERSION='$TZDATA_VERSION'" >> $GITHUB_ENV echo "TZDATA_NEWS='$TZDATA_NEWS'" >> $GITHUB_ENV