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 62dd9cb2de Adjust rat workflow so that it only inserts the unapproved
section on teh build summary
62dd9cb2de is described below
commit 62dd9cb2de146f7df5e47423220b0637eaebfa10
Author: James Daugherty <[email protected]>
AuthorDate: Wed Apr 23 13:32:14 2025 -0400
Adjust rat workflow so that it only inserts the unapproved section on teh
build summary
---
.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 b506521d4b..6bec9bd599 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)
- cat build/reports/rat/index.html >> $GITHUB_STEP_SUMMARY
\ No newline at end of file
+ sed '/<h3>Archives:<\/h3>/,/<\/body>/d' build/reports/rat/index.html
>> $GITHUB_STEP_SUMMARY
\ No newline at end of file