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 48b99a9  Fix one report and add back an env var
48b99a9 is described below

commit 48b99a998b70f71d5259cfad219d173630a977fb
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 13:10:01 2026 +0000

    Fix one report and add back an env var
---
 .github/workflows/distribute-maven.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index fdf4aa9..24d0a58 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -186,6 +186,7 @@ jobs:
           INPUTS_DISTRIBUTION_PACKAGE: ${{ inputs.distribution-package }}
           INPUTS_DISTRIBUTION_VERSION: ${{ inputs.distribution-version }}
           INPUTS_STAGING: ${{ inputs.staging }}
+          INPUTS_DETAILS: "false"
           JWT: ${{ steps.create-github-jwt.outputs.jwt }}
 
       - name: Report status back to ATR
@@ -199,7 +200,7 @@ jobs:
           esac
           jq -n --arg publisher github \
                 --arg jwt "$JWT" \
-                --arg workflow github \
+                --arg workflow "$WORKFLOW" \
                 --arg run_id $RUN_ID \
                 --arg project_name "$INPUTS_PROJECT" \
                 --arg status "failed" \


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

Reply via email to