We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<details>
1 parent 7ed913b commit 5a7f227Copy full SHA for 5a7f227
.github/workflows/post-merge.yml
@@ -35,8 +35,13 @@ jobs:
35
36
cd src/ci/citool
37
38
- 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
39
+ printf "<details>\n<summary>Post-merge report</summary>\n\n" >> output.log
40
+
41
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
42
43
+ printf "</details>\n" >> output.log
44
45
cat output.log
46
47
gh pr comment ${HEAD_PR} -F output.log
0 commit comments