Fix post-merge workflow

The command is called `post-merge-report` not `post-merge-analysis`.
This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-03-11 12:06:38 +08:00
parent 90384941aa
commit c00a5c0889

View file

@ -36,7 +36,7 @@ jobs:
cd src/ci/citool
echo "Post-merge analysis result" > output.log
cargo run --release post-merge-analysis ${PARENT_COMMIT} ${{ github.sha }} >> output.log
cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
cat output.log
gh pr comment ${HEAD_PR} -F output.log