This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-actions.git


The following commit(s) were added to refs/heads/main by this push:
     new 0e29e2b  Send correct status values
0e29e2b is described below

commit 0e29e2b4363c8d47adac444b8905f40f6f63fa98
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 11:41:44 2026 +0000

    Send correct status values
---
 .github/workflows/distribute-maven.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 5e44d7e..fdf4aa9 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -202,7 +202,7 @@ jobs:
                 --arg workflow github \
                 --arg run_id $RUN_ID \
                 --arg project_name "$INPUTS_PROJECT" \
-                --arg status "$STATUS" \
+                --arg status "failed" \
                 '{publisher:$publisher, jwt:$jwt, workflow:$workflow, 
run_id:$run_id, project_name:$project_name, status:$status, message:"Failed"}' |
             curl -sS --fail-with-body -X POST -H 'Content-Type: 
application/json' -d @- \
               "https://${ATR_HOST}/api/distribute/task/status";


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to