<pre style='margin:0'>
Joshua Root (jmroot) pushed a commit to branch master
in repository macports-ports.

</pre>
<p><a href="https://github.com/macports/macports-ports/commit/331917991d6599164ef0a17ad05ba274585e512b">https://github.com/macports/macports-ports/commit/331917991d6599164ef0a17ad05ba274585e512b</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 331917991d6 CI: associate test warnings with correct file
</span>331917991d6 is described below

<span style='display:block; white-space:pre;color:#808000;'>commit 331917991d6599164ef0a17ad05ba274585e512b
</span>Author: Joshua Root <jmr@macports.org>
AuthorDate: Sat May 11 10:08:56 2024 +1000

<span style='display:block; white-space:pre;color:#404040;'>    CI: associate test warnings with correct file
</span>---
 .github/workflows/main.yml | 1 +
 1 file changed, 1 insertion(+)

<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 9ce73f59f0e..6c2f7eed736 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;'>@@ -239,6 +239,7 @@ jobs:
</span> 
               printf '```\n%s\n```\n' "$test_msgs" >> $GITHUB_STEP_SUMMARY
 
<span style='display:block; white-space:pre;background:#e0ffe0;'>+              path=$(port file "$subport")
</span>               # See https://github.com/actions/toolkit/issues/193#issuecomment-605394935
               encoded_messages="port test ${subport}:%0A"
               encoded_messages+="$(echo "${test_msgs}" | sed -E 's/$/%0A/g' | tr -d '\n')"
</pre><pre style='margin:0'>

</pre>