diff options
| author | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-03-11 12:06:38 +0800 |
|---|---|---|
| committer | 许杰友 Jieyou Xu (Joe) <39484203+jieyouxu@users.noreply.github.com> | 2025-03-11 12:06:38 +0800 |
| commit | c00a5c08897b72e0aad2984101e1a2a938e6b365 (patch) | |
| tree | 6e55448a174ae22d579f70a879f870376b3da07a | |
| parent | 90384941aae4ea38de00e4702b50757e9b882a19 (diff) | |
| download | rust-c00a5c08897b72e0aad2984101e1a2a938e6b365.tar.gz rust-c00a5c08897b72e0aad2984101e1a2a938e6b365.zip | |
Fix post-merge workflow
The command is called `post-merge-report` not `post-merge-analysis`.
| -rw-r--r-- | .github/workflows/post-merge.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/post-merge.yml b/.github/workflows/post-merge.yml index 2bc06d83c5b..31e075f45d6 100644 --- a/.github/workflows/post-merge.yml +++ b/.github/workflows/post-merge.yml @@ -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 |
