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 ffc11d8  Fix workflow name for status reporting
ffc11d8 is described below

commit ffc11d882fbee4ed460c5faa41efb6b6c2a47536
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 14 11:30:34 2026 +0000

    Fix workflow name for status reporting
---
 .github/workflows/distribute-maven.yml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/distribute-maven.yml 
b/.github/workflows/distribute-maven.yml
index 2e05a9c..5e44d7e 100644
--- a/.github/workflows/distribute-maven.yml
+++ b/.github/workflows/distribute-maven.yml
@@ -51,7 +51,7 @@ on:
         default: 'false'
 
 jobs:
-  upload:
+  distribute:
     permissions:
       id-token: write
       contents: read
@@ -59,6 +59,7 @@ jobs:
     env:
       ATR_HOST: release-test.apache.org
       SSH_PORT: 2222
+      WORKFLOW: distribute-maven.yml
     steps:
       - name: Create a GitHub OIDC JWT
         id: create-github-jwt
@@ -142,7 +143,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 "$STATUS" \
@@ -223,7 +224,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 "success" \


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

Reply via email to