This is an automated email from the ASF dual-hosted git repository.

jdaugherty pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/grails-core.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 36d09cba81 remove indentations
36d09cba81 is described below

commit 36d09cba810953e9c333f6120a95627442ab562e
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 13:46:57 2025 -0400

    remove indentations
---
 .github/workflows/rat.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/rat.yml b/.github/workflows/rat.yml
index 8ea77ce573..33d84a721e 100644
--- a/.github/workflows/rat.yml
+++ b/.github/workflows/rat.yml
@@ -56,4 +56,4 @@ jobs:
         run: |
           echo "## 📋 Apache RAT Report" >> $GITHUB_STEP_SUMMARY
           # inject raw HTML (it will render as HTML in the summary)
-          sed -n '/<body[^>]*>/,/<\/body>/ { 
/<h3>Archives:<\/h3>/,/<\/body>/d; /<body[^>]*>/d; /<\/body>/d; p; }' 
build/reports/rat/index.html >> $GITHUB_STEP_SUMMARY
\ No newline at end of file
+          sed -n '/<body[^>]*>/,/<\/body>/ { 
/<h3>Archives:<\/h3>/,/<\/body>/d; /<body[^>]*>/d; /<\/body>/d; 
s/^[[:space:]]*//; p; }' build/reports/rat/index.html >> $GITHUB_STEP_SUMMARY
\ No newline at end of file

Reply via email to