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 4f7b65d  Fix values being sent
4f7b65d is described below

commit 4f7b65d21e9933a14aa3ea194255393d41795173
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Jan 13 17:35:47 2026 +0000

    Fix values being sent
---
 .github/workflows/distribute-maven.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index aae639d..9f1fa42 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -150,8 +150,8 @@ jobs:
               "https://${ATR_HOST}/api/distribute/task/status";
         env:
           JWT: ${{ steps.create-github-jwt.outputs.jwt }}
-          RUN_ID: ${{ job.status }}
-          STATUS: ${{ job.check_run_id }}
+          RUN_ID: ${{ github.run_id }}
+          STATUS: ${{ job.status }}
           INPUTS_PROJECT: ${{ inputs.project }}
 
       - name: Record distribution on ATR


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

Reply via email to