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 ca6ed9e  Add extra vars
ca6ed9e is described below

commit ca6ed9e095c40db61c42a90db2599bb2fbc2319f
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 7 18:09:35 2026 +0000

    Add extra vars
---
 atr-distribute-test/action.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/atr-distribute-test/action.yml b/atr-distribute-test/action.yml
index 38713c4..af75ac1 100644
--- a/atr-distribute-test/action.yml
+++ b/atr-distribute-test/action.yml
@@ -22,6 +22,7 @@ branding: {icon: upload-cloud, color: blue}
 
 inputs:
   version: {description: "Release version", required: true}
+  project: {description: "Project name", required: true}
   platform: {description: "Distribution platform (documented in the ATR API)", 
required: true}
   distribution-owner-namespace: {description: "Owner namespace", default: ""}
   distribution-package: {description: "Distribution package", required: true}
@@ -93,6 +94,7 @@ runs:
       env:
         INPUTS_SSH_PORT: ${{ inputs.ssh-port }}
         INPUTS_ATR_HOST: ${{ inputs.atr-host }}
+        INPUTS_PROJECT: ${{ inputs.project }}
         INPUTS_VERSION: ${{ inputs.version }}
         INPUTS_PLATFORM: ${{ inputs.platform }}
         INPUTS_DISTRIBUTION_OWNER_NAMESPACE: ${{ 
inputs.distribution-owner-namespace }}


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

Reply via email to