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 241e284  Rename id input
241e284 is described below

commit 241e284caa968e6d410dfa8b75c241fd972f754f
Author: Alastair McFarlane <[email protected]>
AuthorDate: Wed Jan 7 14:50:03 2026 +0000

    Rename id input
---
 .github/workflows/distribute-test.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/distribute-test.yml 
b/.github/workflows/distribute-test.yml
index 8c5ad02..1bd2d1b 100644
--- a/.github/workflows/distribute-test.yml
+++ b/.github/workflows/distribute-test.yml
@@ -16,13 +16,13 @@
 # under the License.
 
 name: Distribute from ATR
-run-name: "${{ inputs.id }}"
+run-name: "${{ inputs.atr-id }}"
 
 on:
   workflow_dispatch:
     inputs:
-      id:
-        description: 'Test run ID'
+      atr-id:
+        description: 'Run ID (from ATR)'
         required: true
       platform:
         description: 'Distribution platform'


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

Reply via email to