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


The following commit(s) were added to refs/heads/promote_gha by this push:
     new 8696f5a  #344 - added some extra information
8696f5a is described below

commit 8696f5ab96e973717f7b7896dc92a37667ba5966
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 5aafd69..a18808e 100644
--- a/atr/get/upload.py
+++ b/atr/get/upload.py
@@ -166,11 +166,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