<pre style='margin:0'>
Ryan Carsten Schmidt (ryandesign) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/703bfbc924dae8e29b4617022bbaada54c8ceb4f">https://github.com/macports/macports-ports/commit/703bfbc924dae8e29b4617022bbaada54c8ceb4f</a></p>
<pre style="white-space: pre; background: #F8F8F8">The following commit(s) were added to refs/heads/master by this push:
<span style='display:block; white-space:pre;color:#404040;'>     new 703bfbc924d CI: properly terminate md code blocks for lint results
</span>703bfbc924d is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 703bfbc924dae8e29b4617022bbaada54c8ceb4f
</span>Author: Christopher Chavez <chrischavez@gmx.us>
AuthorDate: Tue Dec 26 18:26:12 2023 -0600

<span style='display:block; white-space:pre;color:#404040;'>    CI: properly terminate md code blocks for lint results
</span>---
 .github/workflows/main.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

<span style='display:block; white-space:pre;color:#808080;'>diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;color:#808080;'>index 91fe22b2228..2f99099f6d8 100644
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>--- a/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0ff;'>+++ b/.github/workflows/main.yml
</span><span style='display:block; white-space:pre;background:#e0e0e0;'>@@ -114,7 +114,7 @@ jobs:
</span>               else
                 echo "##### ⚠️ ${subport}" >> $GITHUB_STEP_SUMMARY
               fi
<span style='display:block; white-space:pre;background:#ffe0e0;'>-              printf '```\n%s```\n' "$messages" >> $GITHUB_STEP_SUMMARY
</span><span style='display:block; white-space:pre;background:#e0ffe0;'>+              printf '```\n%s\n```\n' "$messages" >> $GITHUB_STEP_SUMMARY
</span> 
               # See https://github.com/actions/toolkit/issues/193#issuecomment-605394935
               encoded_messages="port lint ${subport}:%0A"
</pre><pre style='margin:0'>

</pre>