Fix post-merge workflow
The command is called `post-merge-report` not `post-merge-analysis`.
This commit is contained in:
parent
90384941aa
commit
c00a5c0889
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
|
||||
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue