We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2e286b commit 902031cCopy full SHA for 902031c
1 file changed
.github/workflows/check-for-updates.yml
@@ -87,9 +87,12 @@ jobs:
87
# Extract TZDATA_NEWS from file content
88
TZDATA_NEWS=$(cat "$news_files")
89
90
- echo "$GITHUB_ENV"
91
echo "TZDATA_VERSION='$TZDATA_VERSION'" >> $GITHUB_ENV
92
- echo "TZDATA_NEWS='$TZDATA_NEWS'" >> $GITHUB_ENV
+ {
+ echo 'TZDATA_NEWS<<EOF'
93
+ echo $TZDATA_NEWS
94
+ echo EOF
95
+ } >> "$GITHUB_ENV"
96
97
- name: Commit changes
98
id: commit_changes
0 commit comments