From 601d1907340c65d04dc9be343c75c97f805cd61b Mon Sep 17 00:00:00 2001 From: Jiahao Date: Tue, 10 Mar 2026 20:01:21 +0800 Subject: [PATCH] Update CI workflow to include additional payload fields --- .github/workflows/ci-0.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-0.yml b/.github/workflows/ci-0.yml index 075870d..a5b76f7 100644 --- a/.github/workflows/ci-0.yml +++ b/.github/workflows/ci-0.yml @@ -42,9 +42,9 @@ jobs: curl -X POST $SERVER_URL/ci/result \ -H "Content-Type: application/json" \ -d "{ - \"a_name\": \"PyTorch Downstream CI 0\", - \"a_repo\": \"${{ github.event.client_payload.a_repo }}\", - \"a_sha\": \"${{ github.event.client_payload.a_sha }}\", + \"workflow_name\": \"PyTorch Downstream CI 0\", + \"upstream_repo\": \"${{ github.event.client_payload.upstream_repo }}\", + \"commit_sha\": \"${{ github.event.client_payload.commit_sha }}\", \"conclusion\": \"$RESULT\", \"url\": \"${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}\" }"