Rollup merge of #138335 - jieyouxu:fix-citool, r=marcoieni
Fix post-merge workflow
The command is called `post-merge-report` not `post-merge-analysis`. See 90384941aa/src/ci/citool/src/main.rs (L379)
Noticed it failing in https://github.com/rust-lang/rust/pull/138310#issuecomment-2711917033.
r? ``@Kobzol`` (or ``@marcoieni)``
This commit is contained in:
commit
64c6ec5bef
1 changed files with 1 additions and 1 deletions
2
.github/workflows/post-merge.yml
vendored
2
.github/workflows/post-merge.yml
vendored
|
@ -36,7 +36,7 @@ jobs:
|
||||||
cd src/ci/citool
|
cd src/ci/citool
|
||||||
|
|
||||||
echo "Post-merge analysis result" > output.log
|
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
|
cat output.log
|
||||||
|
|
||||||
gh pr comment ${HEAD_PR} -F output.log
|
gh pr comment ${HEAD_PR} -F output.log
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue