when "parroting" the given input back to the user as a GHA step summary in platform-remove.yml, wrap the given input in backticks, so that e.g. * wildcards do not trigger Markdown formatting
move the "this whole repo will be deleted" notice above the "WARNING: POTENTIALLY DESTRUCTIVE ACTION", so that it's visible in the GHA step summary output for remove.sh dry-runs
shift a few newlines around in remove.sh and sync.sh, and touch up completion/abortion messages
With an input of * for platform-remove.yml, before (package list trimmed from HTML for screenshot):
platform-remove.yml
, wrap the given input in backticks, so that e.g.*
wildcards do not trigger Markdown formattingremove.sh
dry-runsremove.sh
andsync.sh
, and touch up completion/abortion messagesWith an input of
*
forplatform-remove.yml
, before (package list trimmed from HTML for screenshot):After: