This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch promote_gha
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git

commit 2b0b4147972faf4b206fd959b965283bb17b67f0
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Feb 3 14:54:01 2026 +0000

    #344 - added some extra information
---
 atr/get/upload.py | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/atr/get/upload.py b/atr/get/upload.py
index 9d3297e3..171da4f6 100644
--- a/atr/get/upload.py
+++ b/atr/get/upload.py
@@ -189,11 +189,17 @@ jobs:
         uses: 
apache/tooling-actions/upload-to-atr@04741906f3f38a64ed4489bb12ad78b99424a7a0
         with:
           project: {project_name}
-          version: ${{ github.ref_name }}
+          version: ${{{{ github.ref_name }}}}
         """
     ]
     block.p[
-        "(assuming your ", htm.code["github.ref_name"], f" resolves to match 
your version - currently {version_name})"
+        "(assuming your ",
+        htm.code["github.ref_name"],
+        " resolves to match your version - currently ",
+        htm.code[version_name],
+        " and ",
+        htm.code["build.sh"],
+        " produces the files you want to upload)",
     ]
     block.p["You can also use the ", htm.code["Upload to ATR"], " step 
directly in an existing workflow."]
 


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

Reply via email to