Collapse report in <details>
This commit is contained in:
parent
7ed913be31
commit
5a7f227351
1 changed files with 6 additions and 1 deletions
7
.github/workflows/post-merge.yml
vendored
7
.github/workflows/post-merge.yml
vendored
|
@ -35,8 +35,13 @@ jobs:
|
|||
|
||||
cd src/ci/citool
|
||||
|
||||
printf "*This is an experimental post-merge analysis result. You can ignore it.*\n\n" > output.log
|
||||
printf "*This is an experimental post-merge analysis report. You can ignore it.*\n\n" > output.log
|
||||
printf "<details>\n<summary>Post-merge report</summary>\n\n" >> output.log
|
||||
|
||||
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
|
||||
|
||||
printf "</details>\n" >> output.log
|
||||
|
||||
cat output.log
|
||||
|
||||
gh pr comment ${HEAD_PR} -F output.log
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue