We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9038494 commit c00a5c0Copy full SHA for c00a5c0
.github/workflows/post-merge.yml
@@ -36,7 +36,7 @@ jobs:
36
cd src/ci/citool
37
38
echo "Post-merge analysis result" > output.log
39
- cargo run --release post-merge-analysis ${PARENT_COMMIT} ${{ github.sha }} >> output.log
+ cargo run --release post-merge-report ${PARENT_COMMIT} ${{ github.sha }} >> output.log
40
cat output.log
41
42
gh pr comment ${HEAD_PR} -F output.log
0 commit comments