Skip to content

Commit 11148f6

Browse files
StanFromIrelandpganssle
authored andcommitted
Remove quotes from update branch names
1 parent 98fa430 commit 11148f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
# Extract TZDATA_NEWS from file content
8888
TZDATA_NEWS=$(cat "$news_files")
8989
90-
echo "TZDATA_VERSION='$TZDATA_VERSION'" >> $GITHUB_ENV
90+
echo "TZDATA_VERSION=$TZDATA_VERSION" >> $GITHUB_ENV
9191
{
9292
echo "TZDATA_NEWS<<EOF"
9393
echo "$TZDATA_NEWS"

0 commit comments

Comments
 (0)