We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f214c5 commit 208cef4Copy full SHA for 208cef4
.github/workflows/post-merge.yml
@@ -35,7 +35,7 @@ jobs:
35
36
cd src/ci/citool
37
38
- echo "Post-merge analysis result" > output.log
+ printf "*This is an experimental post-merge analysis result. You can ignore it.*\n\n" > output.log
39
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
40
cat output.log
41
0 commit comments