mirror of
https://github.com/actions/runner-images.git
synced 2025-12-16 06:40:32 +00:00
fix output announcements
This commit is contained in:
@@ -9,8 +9,8 @@ source $HELPER_SCRIPTS/document.sh
|
||||
|
||||
WriteItem "<!--- DO NOT EDIT - This markdown file is autogenerated. -->"
|
||||
|
||||
if [ $ANNOUNCEMENTS ]; then
|
||||
WriteItem $ANNOUNCEMENTS
|
||||
if [ -n "$ANNOUNCEMENTS" ]; then
|
||||
WriteItem "$ANNOUNCEMENTS"
|
||||
WriteItem "***"
|
||||
fi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user