Skip to content

Commit a2e286b

Browse files
committed
fixup! Quote variable contents in update checker
1 parent 12fa080 commit a2e286b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/check-for-updates.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ jobs:
8787
# Extract TZDATA_NEWS from file content
8888
TZDATA_NEWS=$(cat "$news_files")
8989
90+
echo "$GITHUB_ENV"
9091
echo "TZDATA_VERSION='$TZDATA_VERSION'" >> $GITHUB_ENV
9192
echo "TZDATA_NEWS='$TZDATA_NEWS'" >> $GITHUB_ENV
9293

0 commit comments

Comments
 (0)