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<