Skip to content

Commit

Permalink
Fix post-merge workflow
Browse files Browse the repository at this point in the history
The command is called `post-merge-report` not `post-merge-analysis`.
  • Loading branch information
jieyouxu committed Mar 11, 2025
1 parent 9038494 commit c00a5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c00a5c0

Please sign in to comment.